iSnatch
Theres something behind the curtain!
Co je iSnatch?
iSnatch je rozšíření Chrome vyvinuté Renbo Design, a jeho hlavní funkcí je „Theres something behind the curtain!“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření iSnatch
Stáhněte si soubory rozšíření iSnatch ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
Features: - Removes the overlay for restocking and maintenance - Removes the time out redirect
Základní Informace o Rozšíření
Název | |
ID | cemfeombiadngbmpnbecdaladbdkffnj |
Oficiální URL | https://chromewebstore.google.com/detail/isnatch/cemfeombiadngbmpnbecdaladbdkffnj |
Popis | Theres something behind the curtain! |
Velikost souboru | 7.71 KB |
Počet instalací | 27 |
Aktuální Verze | 1.02 |
Poslední Aktualizace | 2020-02-26 |
Datum Vydání | 2020-02-26 |
Hodnocení | 5.00/5 Celkem 1 Hodnocení |
Vývojář | Renbo Design |
[email protected] | |
Typ Platby | free |
URL Stránky Zásad Ochrany Soukromí | http://moreba.club/privacy.html |
Podporované Jazyky | 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" ] } ] } |