extension ExtPose

ScriptAutoRunner

CRX id

nmcihlbihdbpblncjhnhdapkeljkhelo-

Description from extension meta

Injects to any Script into a Website. It can be autorun as well.

Image from store ScriptAutoRunner
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. 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.

Statistics

Installs
Category
Rating
0.0 (0 votes)
Last update / version
2025-08-23 / 0.1.10
Listing languages
en

Links