ScriptAutoRunner

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

Wat is ScriptAutoRunner?

ScriptAutoRunner is een Chrome-extensie ontwikkeld door nakajmg, en de belangrijkste functie is "Injects to any Script into a Website. It can be autorun as well.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie ScriptAutoRunner

Download ScriptAutoRunner-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam ScriptAutoRunner ScriptAutoRunner
ID gpgjofmpmjjopcogjgdldidobhmjmdbm
Officiële URL https://chromewebstore.google.com/detail/scriptautorunner/gpgjofmpmjjopcogjgdldidobhmjmdbm
Beschrijving Injects to any Script into a Website. It can be autorun as well.
Bestandsgrootte 130 KB
Aantal Installaties 10,000
Huidige Versie 0.1.0
Laatst Bijgewerkt 2015-09-23
Publicatiedatum 2015-09-23
Beoordeling 4.87/5 Totaal 31 Beoordelingen
Ontwikkelaar nakajmg
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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",
        ""
    ]
}