Nitro Type stats on race page viewer
Easily access info from the Nitro Type stats page on the race page
Nitro Type stats on race page viewer란 무엇입니까?
Nitro Type stats on race page viewer은(는) Ginfio에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Easily access info from the Nitro Type stats page on the race page"입니다.
확장 프로그램 스크린샷
Nitro Type stats on race page viewer 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Easily access the stats (such as session race, average speed, etc) on the race page. -- Requested by Nate Dogg Click on the extension's icon to select and unselect the items that you don't want to be viewed on the race page. Then click update.
확장 프로그램 기본 정보
이름 | Nitro Type stats on race page viewer |
ID | blimgkgjfghpffcafichipghelgmkfdj |
공식 URL | https://chromewebstore.google.com/detail/nitro-type-stats-on-race/blimgkgjfghpffcafichipghelgmkfdj |
설명 | Easily access info from the Nitro Type stats page on the race page |
파일 크기 | 16.07 KB |
설치 횟수 | 1,472 |
현재 버전 | 1.2 |
최근 업데이트 | 2021-11-18 |
출시 날짜 | 2021-11-04 |
평점 | 5.00/5 총 4 개의 평점 |
개발자 | Ginfio |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Nitro Type stats on race page viewer", "description": "Easily access info from the Nitro Type stats page on the race page", "version": "1.2", "manifest_version": 2, "icons": { "16": "forstats16.png", "48": "forstats48.png", "128": "forstats128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.nitrotype.com\/*" ], "js": [ "content.js", "popup.js" ], "css": [ "fix.css" ] } ], "permissions": [ "tabs" ], "browser_action": { "default_popup": "popup.html", "default_title": "Nitro Type cars cursor" } } |