Origin Requests Only (Firewall)

Origin Requests Only block all requests that isn't from current site domain or sub domain. Preventing spy, tracking and ads.

什麼是Origin Requests Only (Firewall)?

Origin Requests Only (Firewall)是由ATCS開發的Chrome擴展程式,該擴展的主要功能是“Origin Requests Only block all requests that isn't from current site domain or sub domain. Preventing spy, tracking and ads.”。

擴展截圖

screenshot
screenshot

下載Origin Requests Only (Firewall)擴展crx文件

下載Origin Requests Only (Firewall)擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Extension allow requests to current domain or sub-domian and block all others requests.                    

擴展基本資訊

名稱 Origin Requests Only (Firewall) Origin Requests Only (Firewall)
ID kadfhmhfoplfpmffcfanpnphhjbilifl
官方網址 https://chromewebstore.google.com/detail/origin-requests-only-fire/kadfhmhfoplfpmffcfanpnphhjbilifl
簡介 Origin Requests Only block all requests that isn't from current site domain or sub domain. Preventing spy, tracking and ads.
檔案大小 102 KB
安裝次數 592
目前版本 1.1.2
更新時間 2021-02-26
上架時間 2018-07-07
評分 4.45/5 共 11 次評分
開發者 ATCS
電子郵箱 [email protected]
付費類型 free
擴展官網 https://github.com/SergeyZadorozhniy/OriginRequestsOnly
說明頁面URL https://github.com/SergeyZadorozhniy/OriginRequestsOnly
隱私政策頁面URL https://www.tab-suspender.com/privacypolicy
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Origin Requests Only (Firewall)",
    "version": "1.1.2",
    "description": "Origin Requests Only block all requests that isn't from current site domain or sub domain. Preventing spy, tracking and ads.",
    "background": {
        "page": "background.html"
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "storage",
        "tabs",
        "",
        "unlimitedStorage"
    ],
    "icons": {
        "20": "img\/icon_20.png",
        "128": "img\/icon_128.png"
    },
    "browser_action": {
        "default_icon": "img\/icon_20.png",
        "default_title": "Origin Requests Only (Firewall)",
        "default_popup": "popup.html"
    },
    "manifest_version": 2
}