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!”。
擴展截圖
下載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! 擴展基本資訊
| 名稱 | |
| ID | ndnijgnbenplkdobkmmmlgflgilaaklm |
| 官方網址 | 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"
]
} | |