ScriptAutoRunner

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

What is ScriptAutoRunner?

ScriptAutoRunner is a Chrome extension developed by nakajmg, and its main feature is "Injects to any Script into a Website. It can be autorun as well.".

Extension Screenshots

screenshot

Download ScriptAutoRunner Extension CRX File

Download ScriptAutoRunner extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        More detail, see https://github.com/nakajmg/ScriptAutoRunner/README.md                    

Extension Basic Information

Name ScriptAutoRunner ScriptAutoRunner
ID gpgjofmpmjjopcogjgdldidobhmjmdbm
Official URL https://chromewebstore.google.com/detail/scriptautorunner/gpgjofmpmjjopcogjgdldidobhmjmdbm
Description Injects to any Script into a Website. It can be autorun as well.
File Size 130 KB
Installation Count 10,000
Current Version 0.1.0
Last Updated 2015-09-23
Publish Date 2015-09-23
Rating 4.87/5 Total 31 Ratings
Developer nakajmg
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "ScriptAutoRunner",
    "description": "Injects to any Script into a Website. It can be autorun as well.",
    "version": "0.1.0",
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/content.js"
            ]
        }
    ],
    "icons": {
        "16": "img\/icon.png",
        "48": "img\/icon.png",
        "128": "img\/icon.png"
    },
    "options_page": "options.html",
    "content_security_policy": "allow-scripts; script-src 'self' 'unsafe-eval'; object-src 'self'",
    "browser_action": {
        "default_icon": "img\/icon.png",
        "default_title": "ScriptAutoRunner"
    },
    "permissions": [
        "tabs",
        ""
    ]
}