iSnatch

Theres something behind the curtain!

Co to jest iSnatch?

iSnatch to rozszerzenie Chrome opracowane przez Renbo Design, a jego główną funkcją jest „Theres something behind the curtain!”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia iSnatch

Pobierz pliki rozszerzeń iSnatch w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        Features:

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

Podstawowe informacje o rozszerzeniu

Nazwa iSnatch iSnatch
ID cemfeombiadngbmpnbecdaladbdkffnj
Oficjalny URL https://chromewebstore.google.com/detail/isnatch/cemfeombiadngbmpnbecdaladbdkffnj
Opis Theres something behind the curtain!
Rozmiar pliku 7.71 KB
Liczba instalacji 27
Aktualna Wersja 1.02
Ostatnia Aktualizacja 2020-02-26
Data Publikacji 2020-02-26
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper Renbo Design
E-mail [email protected]
Typ Płatności free
Adres URL Strony Polityki Prywatności http://moreba.club/privacy.html
Obsługiwane Języki 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"
            ]
        }
    ]
}