ScriptAutoRunner icon

ScriptAutoRunner

by ぽっぽ

v0.1.10 Updated Aug 23, 2025 98.23KiB
CWS
163
Users
★ 0.00
0 reviews
#52307
of 207.6K
accessibility
#2131 of 6.4K

Description

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. Changes from the original ScriptAutoRunner: 1. Manifest V2 -> Manifest V3 2. localStorage -> chrome.storage.local and chrome.storage.sync 3. run at document_idle -> run at document_start * In order to support a wider range of processing, this extension does not wait for the document to become idle. Please wait for the DOMContentLoaded event as necessary. 4. Change the Power decision from hostname to URL * Execution branching is based on URLs rather than host names. Internally, matches( https://developer.chrome.com/docs/extensions/reference/api/userScripts?hl=ja#register_a_script ) is used, so please refer to Google's documentation for details. 5. Change all_frames from false to true 6. Change vue.min.js to CSP version 7. Change to a color that does not cause eye strain 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.
ScriptAutoRunner screenshot 1ScriptAutoRunner screenshot 2

Reviews

Loading reviews...

Permissions (3)

Permissions

storage Can store data locally in your browser unlimitedStorageuserScripts

Details

Version 0.1.10
Updated Aug 23, 2025
Size 98.23KiB
First Seen Mar 30, 2026