JS-Exec

Inject your own JavaScript in any webpage.

Cos'è JS-Exec?

JS-Exec è un'estensione di Chrome sviluppata da SeevenDev, e la sua funzione principale è "Inject your own JavaScript in any webpage.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione JS-Exec

Scarica i file di estensione JS-Exec 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

                        JS-Exec is a simple extension that allows you to inject your own JavaScript in any web page.

You can also write you own JavaScript applications and quickly run them wherever and whenever you want.

/!\ This extension is under developement. Many features and potential bug fixes are coming soon. You can also contact me to report bugs or suggest features via GitHub.

Find out more on my GitHub repository : http://github.com/SeevenDev/JS-Exec                    

Informazioni di Base sull'Estensione

Nome JS-Exec JS-Exec
ID caeimpdeapdimekjkkkggpibnlijlnka
URL Ufficiale https://chromewebstore.google.com/detail/js-exec/caeimpdeapdimekjkkkggpibnlijlnka
Descrizione Inject your own JavaScript in any webpage.
Dimensione del File 1.83 MB
Conteggio Installazioni 636
Versione Corrente 3.0
Ultimo Aggiornamento 2019-03-08
Data di Pubblicazione 2019-03-08
Valutazione 4.67/5 Totale 3 Valutazioni
Sviluppatore SeevenDev
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/SeevenDev/JS-Exec
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "JS-Exec",
    "description": "Inject your own JavaScript in any webpage.",
    "version": "3.0",
    "author": "SeevenDev",
    "options_page": "options.html",
    "permissions": [
        "storage",
        "unlimitedStorage",
        "activeTab",
        ""
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "js\/background.js",
            "js\/api.js"
        ],
        "persistent": false
    }
}