Star Sports Title Customizer

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

What is Star Sports Title Customizer?

Star Sports Title Customizer is a Chrome extension developed by maskaravivek, and its main feature is "This extension removes the title of the Star Sports Website. Hide Live scores while watching 5 minutes delayed stream!".

Extension Screenshots

screenshot

Download Star Sports Title Customizer Extension CRX File

Download Star Sports Title Customizer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        This extension removes the title of the Star Sports Website. Hide Live scores while watching 5 minutes delayed stream! Many viewers complain that the stream is delayed by 5 minutes but the score in the title bar isn't delayed. So this simple extension simply changes the title of the page!                    

Extension Basic Information

Name Star Sports Title Customizer Star Sports Title Customizer
ID ndnijgnbenplkdobkmmmlgflgilaaklm
Official URL https://chromewebstore.google.com/detail/star-sports-title-customi/ndnijgnbenplkdobkmmmlgflgilaaklm
Description This extension removes the title of the Star Sports Website. Hide Live scores while watching 5 minutes delayed stream!
File Size 12.25 KB
Installation Count 332
Current Version 1.0
Last Updated 2015-03-06
Publish Date 2015-03-06
Rating 4.27/5 Total 15 Ratings
Developer maskaravivek
Email [email protected]
Payment Type free
Supported Languages en-US
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"
    ]
}