Ketnooi Paid Link Bypasser

Ketnooi Paid Link Bypasser

ByPass Paid Links (adf.ly , linkbuck, g.js ..)

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "content_scripts": [
    {
      "exclude_globs": [],
      "include_globs": [
        "*"
      ],
      "js": [
        "RedirectionPaid.user.js"
      ],
      "matches": [
        "http://*/*"
      ],
      "run_at": "document_end"
    }
  ],
  "icons": {
    "16": "icon.png",
    "32": "icon.png",
    "64": "icon.png",
    "128": "icon.png"
  },
  "converted_from_user_script": true,
  "description": "ByPass Paid Links (adf.ly , linkbuck, g.js ..)",
  "name": "Ketnooi Paid Link Bypasser",
  "version": "5.1",
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "RedirectionPaid.html"
  }
}