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
Eメール [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
}