URL Auto Redirector

URL Auto Redirector

Make browsing quicker and simpler by redirecting URLs to skip referral/AD pages and adapt mobile pages gracefully.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "URL Auto Redirector",
  "short_name": "URLAutoRedirector",
  "version": "1.18.0",
  "description": "__MSG_ext_description__",
  "author": "David Zhang",
  "homepage_url": "https://urlautoredirector.github.io/",
  "options_page": "options.html",
  "icons": {
    "32": "images/icon-32.png",
    "48": "images/icon-48.png",
    "128": "images/icon-128.png"
  },
  "permissions": [
    "notifications",
    "storage",
    "tabs"
  ],
  "host_permissions": [
    "http://*/",
    "https://*/"
  ],
  "background": {
    "service_worker": "background.js"
  },
  "default_locale": "en",
  "manifest_version": 3
}