WebExtension.net
Toggle dark mode
WebExtension.net

Origin Requests Only (Firewall)

View on Chrome Web Store
View Origin Requests Only (Firewall) Chrome Extension on Chrome Web Store
Add to bookmarks
4.5 (12 ratings)
0 views
This extension has been viewed 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Origin Requests Only block all requests that isn't from current site domain or sub domain. Preventing spy, tracking and ads.
Type
Extension
Users
587 users
21
ATCS
View author page of ATCS
Published
Published on March 4, 2018
Version 1.1.2
Manifest version
2
Updated
Updated on February 26, 2021
productivity/workflow
Extension Category
View on Chrome Web Store
View Origin Requests Only (Firewall) Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "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",
        "<all_urls>",
        "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
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top