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 là gì?

Star Sports Title Customizer là một tiện ích mở rộng Chrome được phát triển bởi maskaravivek, và tính năng chính của nó là "This extension removes the title of the Star Sports Website. Hide Live scores while watching 5 minutes delayed stream!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Star Sports Title Customizer

Tải xuống các tệp mở rộng Star Sports Title Customizer dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Star Sports Title Customizer Star Sports Title Customizer
ID ndnijgnbenplkdobkmmmlgflgilaaklm
URL Chính Thức https://chromewebstore.google.com/detail/star-sports-title-customi/ndnijgnbenplkdobkmmmlgflgilaaklm
Mô tả This extension removes the title of the Star Sports Website. Hide Live scores while watching 5 minutes delayed stream!
Kích Thước Tệp 12.25 KB
Số Lần Cài Đặt 332
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2015-03-06
Ngày Phát Hành 2015-03-06
Đánh Giá 4.27/5 Tổng số 15 Đánh Giá
Nhà Phát Triển maskaravivek
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}