Star Sports Title Customizer

Star Sports Title Customizer

This extension removes the title of the Star Sports Website. Hide Live scores while watching 5 minutes delayed stream!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Star Sports Title Customizer",
  "description": "This extension removes the title of the Star Sports Website. Hide Live scores while watching 5 minutes delayed stream!",
  "version": "1.0",
  "browser_action": {
    "default_icon": {
      "19": "icons/19x19.png",
      "38": "icons/38x38.png"
    },
    "default_popup": "popup.html"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "permissions": [
    "activeTab"
  ]
}