Mario Kart Countdown

Mario Kart race start sounds

Mario Kart Countdownคืออะไร?

Mario Kart Countdown เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "Mario Kart race start sounds"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Mario Kart Countdown

ดาวน์โหลดไฟล์ส่วนขยาย 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 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"
    ]
}