Redirect skipper

Redirect skipper

Skip tracking and redirect domains on search engines, social networks, and more.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "author": "Redirect skipper",
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "browser_action": {
    "default_icon": {
      "128": "icon128.png"
    },
    "default_title": "Redirect skipper"
  },
  "description": "Skip tracking and redirect domains on search engines, social networks, and more.",
  "icons": {
    "128": "icon128.png"
  },
  "incognito": "split",
  "manifest_version": 2,
  "minimum_chrome_version": "55.0",
  "name": "Redirect skipper",
  "permissions": [
    "webRequest",
    "webRequestBlocking",
    "https://*/*",
    "http://*/*"
  ],
  "short_name": "Redirect skipper",
  "version": "1.5",
  "web_accessible_resources": [
    "fixtures/*"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}