Description from extension meta
Injects to any Script into a Website. It can be autorun as well.
Image from store
Description from store
This is a fork of ScriptAutoRunner (https://chromewebstore.google.com/detail/scriptautorunner/gpgjofmpmjjopcogjgdldidobhmjmdbm), which is no longer being developed.
This Chrome extension executes the user-specified JavaScript on the user-specified site.
In order to support Manifest V3, I am using the chrome.userScripts API.
This API cannot be used unless the “Allow User Scripts” toggle is turned on, so please configure the settings after installation.
Details: https://developer.chrome.com/docs/extensions/reference/api/userScripts#chrome_versions_138_and_newer_allow_user_scripts_toggle
Since sync storage is used, settings are basically synchronized without using Google Drive or similar services, but please note that there are restrictions on the maximum size that can be saved and the number of write operations that can be executed due to the specifications of the chrome.storage.sync API.
Reference: https://developer.chrome.com/docs/extensions/reference/api/storage#properties_4
This extension does not collect any information whatsoever.