PFTV

PFTV

Some tweaks to Project Free TV, like link highlighting, removing interstials, episode collapsing, and a little bit more

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "scripts": [
      "jquery-2.0.0.js",
      "granted_background.js"
    ]
  },
  "browser_action": {
    "default_icon": "icon48.png",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "css": [
        "granted.css"
      ],
      "js": [
        "jquery-2.0.0.js",
        "granted.js"
      ],
      "matches": [
        "http://*/*"
      ]
    }
  ],
  "description": "Some tweaks to Project Free TV, like link highlighting, removing interstials, episode collapsing, and a little bit more",
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAkQGNyWHLGrc5l5KF++SWvHzbJfotK2Mlc+DhAoPo2DN0wctTcmnxcTMck6msA92kE8gzYXsTxrfZFTePhVaPJgoqzVIntWFfL9AEmuuj3toCwhiIptUxfPqrxNQwzittvMXfSq2oavUjRgJLQODmYEicIK+Pz/0DDuKDxoBOSDyT4EJFn+XWaNd7ZXnzLzfozVWgF56ofETtyV53hBxdjN2yAN354cvUAVgEGEpBpI9hgWV1G1lMBggL5JzAEyVZT6P21iTcuo19M61wwa2gJAF2dtkEnM2+J3TJCEDfrhmhFaAg9w3psLw6fqQi7p6UiSczHoaugTiOZs+TqMcqfQIDAQAB",
  "manifest_version": 2,
  "name": "PFTV",
  "permissions": [
    "tabs",
    "http://*/*",
    "history",
    "notifications"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "0.4"
}