Star Sports Title Customizer

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

O que é Star Sports Title Customizer?

Star Sports Title Customizer é uma extensão do Chrome desenvolvida por maskaravivek, e sua principal característica é "This extension removes the title of the Star Sports Website. Hide Live scores while watching 5 minutes delayed stream!".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Star Sports Title Customizer

Baixe arquivos de extensão Star Sports Title Customizer no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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!                    

Informações Básicas da Extensão

Nome Star Sports Title Customizer Star Sports Title Customizer
ID ndnijgnbenplkdobkmmmlgflgilaaklm
URL Oficial https://chromewebstore.google.com/detail/star-sports-title-customi/ndnijgnbenplkdobkmmmlgflgilaaklm
Descrição This extension removes the title of the Star Sports Website. Hide Live scores while watching 5 minutes delayed stream!
Tamanho do Arquivo 12.25 KB
Contagem de Instalações 332
Versão Atual 1.0
Última Atualização 2015-03-06
Data de Publicação 2015-03-06
Classificação 4.27/5 Total de 15 Avaliações
Desenvolvedor maskaravivek
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
    ]
}