iSnatch
Theres something behind the curtain!
What is iSnatch?
iSnatch is a Chrome extension developed by Renbo Design, and its main feature is "Theres something behind the curtain!".
Extension Screenshots
Download iSnatch Extension CRX File
Download iSnatch extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Features: - Removes the overlay for restocking and maintenance - Removes the time out redirect
Extension Basic Information
Name | |
ID | cemfeombiadngbmpnbecdaladbdkffnj |
Official URL | https://chromewebstore.google.com/detail/isnatch/cemfeombiadngbmpnbecdaladbdkffnj |
Description | Theres something behind the curtain! |
File Size | 7.71 KB |
Installation Count | 27 |
Current Version | 1.02 |
Last Updated | 2020-02-26 |
Publish Date | 2020-02-26 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Renbo Design |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | http://moreba.club/privacy.html |
Supported Languages | 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" ] } ] } |