Star Sports Title Customizer

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

什么是Star Sports Title Customizer?

Star Sports Title Customizer是由maskaravivek开发的Chrome扩展程序,该扩展的主要功能是“This extension removes the title of the Star Sports Website. Hide Live scores while watching 5 minutes delayed stream!”。

扩展截图

screenshot

下载Star Sports Title Customizer扩展crx文件

下载Star Sports Title Customizer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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!                    

扩展基本信息

名称 Star Sports Title Customizer Star Sports Title Customizer
ID ndnijgnbenplkdobkmmmlgflgilaaklm
官方URL https://chromewebstore.google.com/detail/star-sports-title-customi/ndnijgnbenplkdobkmmmlgflgilaaklm
简介 This extension removes the title of the Star Sports Website. Hide Live scores while watching 5 minutes delayed stream!
文件大小 12.25 KB
安装次数 332
当前版本 1.0
更新时间 2015-03-06
上架时间 2015-03-06
评分 4.27/5 共15次评分
开发者 maskaravivek
电子邮箱 [email protected]
付费类型 free
支持的语言 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"
    ]
}