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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย maskaravivek และคุณลักษณะหลักของมันคือ "This extension removes the title of the Star Sports Website. Hide Live scores while watching 5 minutes delayed stream!"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Star Sports Title Customizer

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    ]
}