No-ad-redirect link Firefox

Examine source code of No-ad-redirect link

By: vhquang
Inspect and view changes in No-ad-redirect link source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "No-ad-redirect link",
  "short_name": "Ad skip",
  "description": "Open original deal's link in new tab, without going 3rd party websites.",
  "version": "0.0.2",
  "permissions": [
    "contextMenus",
    "*://slickdeals.net/*"
  ],
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://slickdeals.net/*"
      ],
      "js": [
        "content-script.js"
      ]
    }
  ],
  "background": {
    "scripts": [
      "convert.js"
    ]
  }
}

Best No-ad-redirect link Alternatives

Here are some Firefox add-ons that are similar to No-ad-redirect link: