Television Show

Television Show
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Television Show",
  "description": "Television Show",
  "author": "Iron Disik",
  "version": "1.0",
  "manifest_version": 2,
  "background": {
    "scripts": [
      "ts.js"
    ]
  },
  "icons": {
    "128": "images/icon128.png"
  },
  "permissions": [
    "tabs"
  ],
  "browser_action": {
    "default_icon": {
      "128": "images/icon128.png"
    },
    "default_title": "Television Show"
  }
}