Block Cross Domain protection
Block Cross Domain protection.
什么是Block Cross Domain protection?
Block Cross Domain protection是由Albert Sputa开发的Chrome扩展程序,该扩展的主要功能是“Block Cross Domain protection.”。
扩展截图
下载Block Cross Domain protection扩展crx文件
下载Block Cross Domain protection扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Extension toggles block cross domain requests globally. On specific web site accepted only primary domain requests. 扩展基本信息
| 名称 | |
| ID | jhkijjgjpejknifghmgiekgcmpadeidk |
| 官方URL | https://chromewebstore.google.com/detail/block-cross-domain-protec/jhkijjgjpejknifghmgiekgcmpadeidk |
| 简介 | Block Cross Domain protection. |
| 文件大小 | 24.57 KB |
| 安装次数 | 47 |
| 当前版本 | 0.8 |
| 更新时间 | 2018-06-21 |
| 上架时间 | 2018-06-21 |
| 开发者 | Albert Sputa |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"background": {
"scripts": [
"js\/background.js"
]
},
"browser_action": {
"default_icon": "icons\/48-off.png"
},
"commands": {
"_execute_browser_action": {
"suggested_key": {
"default": "Ctrl+Shift+B",
"mac": "MacCtrl+Shift+B"
}
}
},
"description": "Block Cross Domain protection.",
"icons": {
"128": "icons\/128.png",
"16": "icons\/16.png",
"32": "icons\/32.png",
"48": "icons\/48.png"
},
"options_ui": {
"page": "options\/options.html",
"chrome_style": true
},
"manifest_version": 2,
"name": "Block Cross Domain protection",
"permissions": [
"tabs",
"storage",
"webRequest",
"webRequestBlocking",
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"version": "0.8"
} | |