TheNextEpisode

TheNextEpisode

TheNextEpisode is your guide for whatever TV series you're watching online.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "browser_action": {
    "default_icon": "fastforward.png",
    "default_popup": "popup.html"
  },
  "web_accessible_resources": [
    "img/loader.gif"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "description": "TheNextEpisode is your guide for whatever TV series you're watching online.",
  "background": {
    "page": "background.html"
  },
  "name": "TheNextEpisode",
  "permissions": [
    "http://*.1channel.ch/"
  ],
  "content_scripts": [
    {
      "matches": [
        "http://*.1channel.ch/*"
      ],
      "js": [
        "js/jquery.js",
        "js/1channel.js"
      ],
      "img": [
        "img/loader.gif"
      ],
      "run_at": "document_start",
      "css": [
        "css/1channel.css"
      ]
    }
  ],
  "manifest_version": 2,
  "version": "0.5"
}