Item logo image for Strict URL Whitelist

Strict URL Whitelist

Item media 2 (screenshot) for Strict URL Whitelist
Item media 1 (screenshot) for Strict URL Whitelist
Item media 2 (screenshot) for Strict URL Whitelist
Item media 1 (screenshot) for Strict URL Whitelist
Item media 1 (screenshot) for Strict URL Whitelist
Item media 2 (screenshot) for Strict URL Whitelist

Overview

Allow only specific URLs with optional query parameters using high-performance DNR rules.

Strict URL Whitelist is a Chrome extension that enforces navigation only to explicitly approved URLs. It uses Chrome’s high-performance declarativeNetRequest API to allow or block requests based on domain, path, and optional query parameters — all defined through local configuration. The extension is lightweight, script-free, and does not interact with page content. It applies all rules at the network level using a background service worker, ensuring reliable, zero-interaction enforcement. Technical Architecture Allowlisting Mechanism Filtering is implemented through chrome.declarativeNetRequest.updateDynamicRules(), which allows near-instant control over navigation. The logic includes: All main_frame requests are blocked by default using a global redirect rule. A user-defined allowlist is stored in chrome.storage.local. The background service worker observes configuration changes and updates rules dynamically. Allowed requests are passed through immediately. All unmatched requests are redirected to a blank white page using a data: URI. This model ensures strict, predictable navigation control without requiring manual reloads or page interaction. Rule Model Each allowlist entry includes: domain: Required — the hostname to allow (e.g., "example.com"). path: Optional — the path to match under the domain (e.g., "section/page" or "api/*"). query: Optional — an object of query parameters to match strictly (e.g., { token: "abc123" }). If query parameters are present, they must exist in the actual URL with matching values. Extra query parameters are allowed but will not override required ones. Rule Examples Allow a full domain: { "domain": "example.com", "path": "*" } Allow a specific section or route: { "domain": "example.com", "path": "section/page" } Allow a strict query string match: { "domain": "example.com", "path": "search", "query": { "q": "value" } } This allows: ✅ https://example.com/search?q=value ✅ https://example.com/search?foo=bar&q=value&extra=true ❌ https://example.com/search?q=wrong ❌ https://example.com/search (if q=value is required) Example Usage chrome.storage.local.set({ allowedList: [ { domain: "example.com", path: "search", query: { q: "allowed" } } ] }); Storage & Synchronization All allowlist entries are stored via chrome.storage.local. Rules are regenerated automatically when the storage changes. No manual reload or refresh is needed — updates apply instantly. Service Worker Logic Initializes the allowlist and rule set when installed or activated. Responds to changes in allowedList by rebuilding the rule set. No persistent background activity when idle. No content scripts or page interaction. Privacy & Compliance ✅ No external requests or remote code. ✅ No telemetry or analytics. ✅ No page injection or script access. ✅ Query parameters are processed locally and not shared. Strict URL Whitelist provides a secure, low-overhead method of enforcing exact-match navigation control — including optional query enforcement — suitable for personal, enterprise, or restricted browsing environments.

0 out of 5No ratings

Google doesn't verify reviews. Learn more about results and reviews.

Details

  • Version
    1.1
  • Updated
    May 15, 2025
  • Offered by
    romikette
  • Size
    13.61KiB
  • Languages
    English
  • Developer
    Email
    romikette@gmail.com
  • Non-trader
    This developer has not identified itself as a trader. For consumers in the European Union, please note that consumer rights do not apply to contracts between you and this developer.

Privacy

The developer has disclosed that it will not collect or use your data.

This developer declares that your data is

  • Not being sold to third parties, outside of the approved use cases
  • Not being used or transferred for purposes that are unrelated to the item's core functionality
  • Not being used or transferred to determine creditworthiness or for lending purposes

Support

For help with questions, suggestions, or problems, visit the developer's support site

Related

Broken Link Checker

5.0(5)

Quick Broken Link Checker tool finds & highlights dead links. Check for broken links, detect 404 errors on website pages instantly.

No-Tabs-Auto-Discard

3.7(6)

Disable auto-discard of all tabs or for tabs with specific domains

Check Broken Links

5.0(6)

Use check broken links app to run url check on your website​. Quick highlight urls with an easy-to-use broken link checker​.

Redirector

4.7(7)

Dynamic URL Redirector

Multiple URL Opener

5.0(40)

The Multiple Url Opener - Open Url swiftly. Revolutionize browsing today with our Bulk Url Opener!🚀

Anti-CORS, anti-CSP

5.0(5)

Enable cross origin requests blocked by CORS or CSP. Disable CORS and CSP in selected hostnames, preserve security of other websites

Bulk URL Opener

4.0(9)

Opens multiple URLs in one click

Linkumori (URLs Cleaner)

4.6(11)

Remove tracking parameters from URLs and protect your privacy

tracklessURL

4.5(8)

Removes tracking parameters from URLs

Linkumori (URLs Cleaner) - formerly Neat URL

3.9(47)

Remove tracking parameters from URLs and protect your privacy

ModHeader - Modify HTTP headers

3.2(1.1K)

Modify HTTP request headers, response headers, and redirect URLs

URL Extractor

5.0(10)

Use URL Extractor - The ultimate url scanner and link grabber for detecting and exporting links effortlessly from any webpage.

Broken Link Checker

5.0(5)

Quick Broken Link Checker tool finds & highlights dead links. Check for broken links, detect 404 errors on website pages instantly.

No-Tabs-Auto-Discard

3.7(6)

Disable auto-discard of all tabs or for tabs with specific domains

Check Broken Links

5.0(6)

Use check broken links app to run url check on your website​. Quick highlight urls with an easy-to-use broken link checker​.

Redirector

4.7(7)

Dynamic URL Redirector

Multiple URL Opener

5.0(40)

The Multiple Url Opener - Open Url swiftly. Revolutionize browsing today with our Bulk Url Opener!🚀

Anti-CORS, anti-CSP

5.0(5)

Enable cross origin requests blocked by CORS or CSP. Disable CORS and CSP in selected hostnames, preserve security of other websites

Bulk URL Opener

4.0(9)

Opens multiple URLs in one click

Linkumori (URLs Cleaner)

4.6(11)

Remove tracking parameters from URLs and protect your privacy

Google apps