Mario Kart Countdown
Mario Kart race start sounds
Mario Kart Countdown란 무엇입니까?
Mario Kart Countdown은(는) Unknown에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Mario Kart race start sounds"입니다.
확장 프로그램 스크린샷
Mario Kart Countdown 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Need a 3, 2, 1 Countdown? Love playing Mario Kart? Then this extension is for you. Simply toggle the extension and hear the Mario Kart Countdown sounds start to play.
확장 프로그램 기본 정보
이름 | Mario Kart Countdown |
ID | bibecgleddbhkpinbldiicgldejgjbkd |
공식 URL | https://chromewebstore.google.com/detail/mario-kart-countdown/bibecgleddbhkpinbldiicgldejgjbkd |
설명 | Mario Kart race start sounds |
파일 크기 | 517 KB |
설치 횟수 | 1,666 |
현재 버전 | 0.0.2 |
최근 업데이트 | 2019-11-07 |
출시 날짜 | 2019-11-04 |
개발자 | Unknown |
결제 유형 | free |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Mario Kart Countdown", "version": "0.0.2", "description": "Mario Kart race start sounds", "manifest_version": 2, "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_title": "Mario Kart Countdown", "default_icon": { "16": "src\/assets\/16icon.png", "48": "src\/assets\/48icon.png", "128": "src\/assets\/128icon.png" } }, "content_scripts": [ { "js": [ "src\/marioKartarize.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "permissions": [ "activeTab", "http:\/\/*\/" ], "web_accessible_resources": [ "mario.png", "portal-rules.png", "portal-rules.mp3", "MarioKartCountdown.mp3" ] } |