Star Sports Title Customizer

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

Apa itu Star Sports Title Customizer?

Star Sports Title Customizer adalah ekstensi Chrome yang dikembangkan oleh maskaravivek, dan fitur utamanya adalah "This extension removes the title of the Star Sports Website. Hide Live scores while watching 5 minutes delayed stream!".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Star Sports Title Customizer

Unduh file ekstensi Star Sports Title Customizer dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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!                    

Informasi Dasar Ekstensi

Nama Star Sports Title Customizer Star Sports Title Customizer
ID ndnijgnbenplkdobkmmmlgflgilaaklm
URL Resmi https://chromewebstore.google.com/detail/star-sports-title-customi/ndnijgnbenplkdobkmmmlgflgilaaklm
Deskripsi This extension removes the title of the Star Sports Website. Hide Live scores while watching 5 minutes delayed stream!
Ukuran File 12.25 KB
Jumlah Instalasi 332
Versi Saat Ini 1.0
Terakhir Diperbarui 2015-03-06
Tanggal Publikasi 2015-03-06
Penilaian 4.27/5 Total 15 Penilaian
Pengembang maskaravivek
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
    ]
}