iSnatch
Theres something behind the curtain!
什麼是iSnatch?
iSnatch是由Renbo Design開發的Chrome擴展程式,該擴展的主要功能是“Theres something behind the curtain!”。
擴展截圖
下載iSnatch擴展crx文件
下載iSnatch擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Features: - Removes the overlay for restocking and maintenance - Removes the time out redirect
擴展基本資訊
名稱 | |
ID | cemfeombiadngbmpnbecdaladbdkffnj |
官方網址 | https://chromewebstore.google.com/detail/isnatch/cemfeombiadngbmpnbecdaladbdkffnj |
簡介 | Theres something behind the curtain! |
檔案大小 | 7.71 KB |
安裝次數 | 27 |
目前版本 | 1.02 |
更新時間 | 2020-02-26 |
上架時間 | 2020-02-26 |
評分 | 5.00/5 共 1 次評分 |
開發者 | Renbo Design |
電子郵箱 | [email protected] |
付費類型 | free |
隱私政策頁面URL | http://moreba.club/privacy.html |
支援的語言 | 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" ] } ] } |