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ファイルをダウンロード
Mario Kart Countdown拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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" ] } |