Star Sports Title Customizer

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

Co je Star Sports Title Customizer?

Star Sports Title Customizer je rozšíření Chrome vyvinuté maskaravivek, a jeho hlavní funkcí je „This extension removes the title of the Star Sports Website. Hide Live scores while watching 5 minutes delayed stream!“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Star Sports Title Customizer

Stáhněte si soubory rozšíření Star Sports Title Customizer ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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!                    

Základní Informace o Rozšíření

Název Star Sports Title Customizer Star Sports Title Customizer
ID ndnijgnbenplkdobkmmmlgflgilaaklm
Oficiální URL https://chromewebstore.google.com/detail/star-sports-title-customi/ndnijgnbenplkdobkmmmlgflgilaaklm
Popis This extension removes the title of the Star Sports Website. Hide Live scores while watching 5 minutes delayed stream!
Velikost souboru 12.25 KB
Počet instalací 332
Aktuální Verze 1.0
Poslední Aktualizace 2015-03-06
Datum Vydání 2015-03-06
Hodnocení 4.27/5 Celkem 15 Hodnocení
Vývojář maskaravivek
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
    ]
}