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 |
| 官方網址 | 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"
} | |