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 |
| 官方URL | 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"
]
}
]
} | |