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.

What is Origin Requests Only (Firewall)?

Origin Requests Only (Firewall) is a Chrome extension developed by ATCS, and its main feature is "Origin Requests Only block all requests that isn't from current site domain or sub domain. Preventing spy, tracking and ads.".

Extension Screenshots

screenshot
screenshot

Download Origin Requests Only (Firewall) Extension CRX File

Download Origin Requests Only (Firewall) extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Origin Requests Only (Firewall) Origin Requests Only (Firewall)
ID kadfhmhfoplfpmffcfanpnphhjbilifl
Official URL https://chromewebstore.google.com/detail/origin-requests-only-fire/kadfhmhfoplfpmffcfanpnphhjbilifl
Description Origin Requests Only block all requests that isn't from current site domain or sub domain. Preventing spy, tracking and ads.
File Size 102 KB
Installation Count 592
Current Version 1.1.2
Last Updated 2021-02-26
Publish Date 2018-07-07
Rating 4.45/5 Total 11 Ratings
Developer ATCS
Email [email protected]
Payment Type free
Extension Website https://github.com/SergeyZadorozhniy/OriginRequestsOnly
Help Page URL https://github.com/SergeyZadorozhniy/OriginRequestsOnly
Privacy Policy Page URL https://www.tab-suspender.com/privacypolicy
Supported Languages 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
}