iSnatch

Theres something behind the curtain!

Cos'è iSnatch?

iSnatch è un'estensione di Chrome sviluppata da Renbo Design, e la sua funzione principale è "Theres something behind the curtain!".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione iSnatch

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

                        Features:

- Removes the overlay for restocking and maintenance
- Removes the time out redirect                    

Informazioni di Base sull'Estensione

Nome iSnatch iSnatch
ID cemfeombiadngbmpnbecdaladbdkffnj
URL Ufficiale https://chromewebstore.google.com/detail/isnatch/cemfeombiadngbmpnbecdaladbdkffnj
Descrizione Theres something behind the curtain!
Dimensione del File 7.71 KB
Conteggio Installazioni 27
Versione Corrente 1.02
Ultimo Aggiornamento 2020-02-26
Data di Pubblicazione 2020-02-26
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore Renbo Design
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy http://moreba.club/privacy.html
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "iSnatch",
    "version": "1.02",
    "description": "Theres something behind the curtain!",
    "icons": {
        "128": "isnatchlogo.png"
    },
    "web_accessible_resources": [
        "*.css",
        "*.js",
        "*.png",
        "*.gif",
        "*.jpg",
        "cached\/*",
        "fonts\/*",
        "images\/*"
    ],
    "permissions": [
        "*:\/\/*.icatch-online.com\/*",
        "webRequest",
        "webRequestBlocking"
    ],
    "background": {
        "scripts": [
            "servemoddedfiles.js"
        ]
    },
    "browser_action": {
        "default_title": "Change Options for isnatch",
        "default_popup": "options.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.icatch-online.com\/booths\/*"
            ],
            "all_frames": true,
            "run_at": "document_idle",
            "js": [
                "bootstrap.js"
            ]
        }
    ]
}