AdSkip by tote

AdSkip by tote

AdSkip cracks and skips all urls shortened by adf.ly, shorte.st and ouo.io! ALWAYS WORKS!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "scripts": [
      "/js/background.js"
    ]
  },
  "browser_action": {
    "default_icon": "/img/icon-48.png",
    "default_popup": "/html/popup.html"
  },
  "content_scripts": [
    {
      "js": [
        "/js/skip.js"
      ],
      "matches": [
        "*://*/*"
      ],
      "run_at": "document_start"
    }
  ],
  "description": "AdSkip cracks and skips all urls shortened by adf.ly, shorte.st and ouo.io! ALWAYS WORKS!",
  "icons": {
    "16": "/img/icon-16.png",
    "48": "/img/icon-48.png",
    "128": "/img/icon-128.png"
  },
  "permissions": [
    "webRequest",
    "webRequestBlocking",
    "tabs",
    "*://*/*"
  ],
  "manifest_version": 2,
  "name": "AdSkip",
  "version": "1.2.8resigned1",
  "browser_specific_settings": {
    "gecko": {
      "id": "{b2d1e640-a2a2-4d86-970d-ba06ff92b52a}"
    }
  }
}