iSnatch
Theres something behind the curtain!
Vad är iSnatch?
iSnatch är en Chrome-tillägg utvecklad av Renbo Design, och dess huvudfunktion är "Theres something behind the curtain!".
Tilläggsskärmbilder
Ladda ner iSnatch-förlängningens CRX-fil
Ladda ner iSnatch-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Features: - Removes the overlay for restocking and maintenance - Removes the time out redirect
Grundläggande Information om Tillägg
Namn | |
ID | cemfeombiadngbmpnbecdaladbdkffnj |
Officiell webbadress | https://chromewebstore.google.com/detail/isnatch/cemfeombiadngbmpnbecdaladbdkffnj |
Beskrivning | Theres something behind the curtain! |
Filstorlek | 7.71 KB |
Antal Installationer | 27 |
Aktuell Version | 1.02 |
Senast Uppdaterad | 2020-02-26 |
Publiceringsdatum | 2020-02-26 |
Betyg | 5.00/5 Totalt 1 Betyg |
Utvecklare | Renbo Design |
E-post | [email protected] |
Betalningssätt | free |
URL till Sekretesspolicy Sidan | http://moreba.club/privacy.html |
Stödda Språk | 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" ] } ] } |