JS URL Injector

Inject JS code from custom URL into every web frame

Cos'è JS URL Injector?

JS URL Injector è un'estensione di Chrome sviluppata da https://mm.js.org, e la sua funzione principale è "Inject JS code from custom URL into every web frame".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione JS URL Injector

Scarica i file di estensione JS URL Injector in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        It allows you to inject JavaScript file specified by URL to every web site. You should NOT use it, unless you know what you are doing. And the source code is on: https://github.com/1ocalhost/js_injector                    

Informazioni di Base sull'Estensione

Nome JS URL Injector JS URL Injector
ID lenanbaimefdmgblhojehfjooimmboch
URL Ufficiale https://chromewebstore.google.com/detail/js-url-injector/lenanbaimefdmgblhojehfjooimmboch
Descrizione Inject JS code from custom URL into every web frame
Dimensione del File 19.49 KB
Conteggio Installazioni 32
Versione Corrente 0.0.1
Ultimo Aggiornamento 2018-12-19
Data di Pubblicazione 2018-12-15
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore https://mm.js.org
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/1ocalhost/js_injector
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "JS URL Injector",
    "version": "0.0.1",
    "manifest_version": 2,
    "description": "Inject JS code from custom URL into every web frame",
    "icons": {
        "128": "rat.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "",
        "https:\/\/www.google.com\/_\/chrome\/newtab*",
        "tabs",
        "webNavigation",
        "storage"
    ]
}