Ad Link bypass (Linkvertise Bypass)

Ad Link bypass (Linkvertise Bypass)

Bypass linkvertise. Also doesn’t work on some newer links still good to have. 4 stars!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Ad Link bypass (adfly, linkvertise ect)",
  "version": "1.0",
  "description": "Bypass linkvertise, adfly and more with the addon.",
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "bypasslink.js"
      ]
    }
  ],
  "browser_action": {
    "default_title": "click me",
    "default_popup": "popup.html"
  },
  "permissions": [
    "*://*/*"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{a618dbab-7e6e-41d8-849c-236455354733}"
    }
  }
}