AdFly Skipper

AdFly Skipper

Skip AdF.ly shortened links

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "content_security_policy": "script-src 'self' https://www.google-analytics.com; object-src 'self'",
  "browser_action": {
    "default_icon": "/img/icon-button.png",
    "default_popup": "/html/popup.html"
  },
  "background": {
    "scripts": [
      "/js/bg.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "js": [
        "/js/script.js"
      ],
      "matches": [
        "*://*/*"
      ],
      "run_at": "document_start"
    }
  ],
  "description": "Skip AdF.ly shortened links",
  "icons": {
    "16": "/img/icon-16.png",
    "48": "/img/icon-48.png",
    "128": "/img/icon-128.png"
  },
  "manifest_version": 2,
  "name": "AdFly Skipper",
  "short_name": "AdFly Skipper",
  "version": "4.3.0"
}