iSnatch

Theres something behind the curtain!

Hvad er iSnatch?

iSnatch er en Chrome-udvidelse udviklet af Renbo Design, og dens hovedfunktion er "Theres something behind the curtain!".

Udvidelsesskærmbilleder

screenshot

Download iSnatch-udvidelses-CRX-fil

Download iSnatch-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        Features:

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

Grundlæggende oplysninger om udvidelsen

Navn iSnatch iSnatch
ID cemfeombiadngbmpnbecdaladbdkffnj
Officiel URL https://chromewebstore.google.com/detail/isnatch/cemfeombiadngbmpnbecdaladbdkffnj
Beskrivelse Theres something behind the curtain!
Filstørrelse 7.71 KB
Antal Installationer 27
Nuværende Version 1.02
Senest Opdateret 2020-02-26
Udgivelsesdato 2020-02-26
Bedømmelse 5.00/5 Samlet 1 Bedømmelser
Udvikler Renbo Design
E-mail [email protected]
Betalingsmetode free
URL til Fortrolighedspolitik Side http://moreba.club/privacy.html
Understøttede Sprog 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"
            ]
        }
    ]
}