iSnatch
Theres something behind the curtain!
Wat is iSnatch?
iSnatch is een Chrome-extensie ontwikkeld door Renbo Design, en de belangrijkste functie is "Theres something behind the curtain!".
Extensie Screenshots
Download het CRX-bestand van de extensie iSnatch
Download iSnatch-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Features: - Removes the overlay for restocking and maintenance - Removes the time out redirect
Basisinformatie over de Extensie
Naam | |
ID | cemfeombiadngbmpnbecdaladbdkffnj |
Officiële URL | https://chromewebstore.google.com/detail/isnatch/cemfeombiadngbmpnbecdaladbdkffnj |
Beschrijving | Theres something behind the curtain! |
Bestandsgrootte | 7.71 KB |
Aantal Installaties | 27 |
Huidige Versie | 1.02 |
Laatst Bijgewerkt | 2020-02-26 |
Publicatiedatum | 2020-02-26 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | Renbo Design |
[email protected] | |
Betalingswijze | free |
URL van de Privacybeleid Pagina | http://moreba.club/privacy.html |
Ondersteunde Talen | 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" ] } ] } |