Injector

Extension for local, dynamic addition of js/css to the any page

Cos'è Injector?

Injector è un'estensione di Chrome sviluppata da rozov1, e la sua funzione principale è "Extension for local, dynamic addition of js/css to the any page".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Injector

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

                        Using with gulp and gulp-ws-sender. For more information see readme in github repo https://github.com/bercly0b/injector-chrome-extension
If you have any question feel free to contact me                    

Informazioni di Base sull'Estensione

Nome Injector Injector
ID fopkjckkihccjckhmikeclmkghlipbil
URL Ufficiale https://chromewebstore.google.com/detail/injector/fopkjckkihccjckhmikeclmkghlipbil
Descrizione Extension for local, dynamic addition of js/css to the any page
Dimensione del File 13.47 KB
Conteggio Installazioni 30
Versione Corrente 1.2.1
Ultimo Aggiornamento 2019-02-03
Data di Pubblicazione 2019-01-31
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore rozov1
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/bercly0b/injector-chrome-extension
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Injector",
    "short_name": "si",
    "version": "1.2.1",
    "description": "Extension for local, dynamic addition of js\/css to the any page",
    "permissions": [
        "activeTab",
        "storage",
        "tabs",
        ""
    ],
    "icons": {
        "64": "icons\/off-64.png",
        "128": "icons\/off-128.png"
    },
    "browser_action": {
        "default_icon": {
            "64": "icons\/off-64.png",
            "128": "icons\/off-128.png"
        },
        "default_title": "You should have a Websocket server. Use with gulp and gulp-ws-sender",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "content_security_policy": "script-src 'self'; object-src 'self'"
}