Hide The Scores! (in NBA League Pass)
Hide all scores in the NBA League Pass game page.
Hide The Scores! (in NBA League Pass)とは何ですか?
Hide The Scores! (in NBA League Pass)はjorge.silva.jetterによって開発されたChromeの拡張機能で、その主な機能は「Hide all scores in the NBA League Pass game page.」です。
Hide The Scores! (in NBA League Pass)拡張機能のCRXファイルをダウンロード
Hide The Scores! (in NBA League Pass)拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Hide all scores in the NBA League Pass game page. It's really annoying watching a game on NBA League Pass and seeing the score at the same time! Specially when the feed is behind and YOU NOW KNOW WHAT GOING TO HAPPEN! Fix all that by just hiding all the scores! This extension only adds one line of CSS to add the scores, so it won't make your pages load any slower or run any code at all.
拡張機能の基本情報
名前 | |
ID | adabhlmohojcielbiknhlcmapbidbnkp |
公式URL | https://chrome.google.com/webstore/detail/hide-the-scores-in-nba-le/adabhlmohojcielbiknhlcmapbidbnkp |
説明 | Hide all scores in the NBA League Pass game page. |
ファイルサイズ | 5.47 KB |
インストール数 | 61 |
現在のバージョン | 0.0.1 |
最終更新日 | 2017-01-21 |
公開日 | 2017-01-21 |
開発者 | jorge.silva.jetter |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Hide The Scores! (in NBA League Pass)", "description": "Hide all scores in the NBA League Pass game page.", "manifest_version": 2, "version": "0.0.1", "icons": { "128": "icon_128.png" }, "content_scripts": [ { "matches": [ "http:\/\/www.nba.com\/*" ], "css": [ "main.css" ], "js": [ "main.js" ] } ], "browser_action": { "default_icon": "icon.png" }, "permissions": [ "tabs", "http:\/\/www.nba.com\/*" ] } |