AltFThis - Bypass Tracking Redirects

AltFThis - Bypass Tracking Redirects

Adds an option to the right-click menu to bypass tracking servers that might be blocked

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "AltFThis - Bypass Tracking Redirects",
  "version": "1.05",
  "description": "Adds an option to the right-click menu to bypass tracking servers that might be blocked",
  "permissions": [
    "contextMenus"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "icons": {
    "16": "images/icon16.png",
    "32": "images/icon32.png",
    "48": "images/icon48.png",
    "128": "images/icon128.png"
  },
  "manifest_version": 2
}