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 |
官方網址 | 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\/*" ] } |