Duolingo Custom Sounds

Allows you to customise various sound effects on Duolingo

Duolingo Custom Soundsคืออะไร?

Duolingo Custom Sounds เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Conrad G และคุณลักษณะหลักของมันคือ "Allows you to customise various sound effects on Duolingo"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Duolingo Custom Sounds

ดาวน์โหลดไฟล์ส่วนขยาย Duolingo Custom Sounds ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                                            

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Duolingo Custom Sounds Duolingo Custom Sounds
ID lkmfdiegbckoecdlheffbnddnbgoffbb
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/duolingo-custom-sounds/lkmfdiegbckoecdlheffbnddnbgoffbb
คำอธิบาย Allows you to customise various sound effects on Duolingo
ขนาดไฟล์ 15.9 KB
จำนวนการติดตั้ง 173
เวอร์ชันปัจจุบัน 1.0.1
อัปเดตครั้งล่าสุด 2016-02-23
วันที่เผยแพร่ 2015-07-28
คะแนน 2.50/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา Conrad G
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Duolingo Custom Sounds",
    "version": "1.0.1",
    "description": "Allows you to customise various sound effects on Duolingo",
    "icons": {
        "16": "duolingo16.png",
        "48": "duolingo48.png",
        "128": "duolingo128.png"
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        ""
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "manifest_version": 2
}