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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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\/*" ] } |