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!
拡張機能の基本情報
名前 | 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 |
Eメール | [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" ] } |