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