Block Cross Domain protection

Block Cross Domain protection.

Block Cross Domain protection là gì?

Block Cross Domain protection là một tiện ích mở rộng Chrome được phát triển bởi Albert Sputa, và tính năng chính của nó là "Block Cross Domain protection.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Block Cross Domain protection

Tải xuống các tệp mở rộng Block Cross Domain protection dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Extension toggles block cross domain requests globally. On specific web site accepted only primary domain requests.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Block Cross Domain protection Block Cross Domain protection
ID jhkijjgjpejknifghmgiekgcmpadeidk
URL Chính Thức https://chromewebstore.google.com/detail/block-cross-domain-protec/jhkijjgjpejknifghmgiekgcmpadeidk
Mô tả Block Cross Domain protection.
Kích Thước Tệp 24.57 KB
Số Lần Cài Đặt 47
Phiên Bản Hiện Tại 0.8
Cập Nhật Lần Cuối 2018-06-21
Ngày Phát Hành 2018-06-21
Nhà Phát Triển Albert Sputa
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
}