fptvhelp

fptvhelp

split links on new page, link to watchseries

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "http://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "fptvhelp",
  "version": "0.4",
  "description": "split links on new page, link to watchseries",
  "icons": {
    "128": "fptvtv128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "http://www.fastpasstv.ms/*"
      ],
      "js": [
        "fastpasstv.js"
      ],
      "run_at": "document_end"
    }
  ],
  "permissions": [
    "http://*/"
  ]
}