Data is synced from the Chrome Web Store. View the official store page for the most current information.
This extension is no longer available on the Chrome Web Store. We noticed it was gone on Jul 15, 2025.
{ "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 }