Duolingo Custom Sounds

Allows you to customise various sound effects on Duolingo

Apa itu Duolingo Custom Sounds?

Duolingo Custom Sounds adalah ekstensi Chrome yang dikembangkan oleh Conrad G, dan fitur utamanya adalah "Allows you to customise various sound effects on Duolingo".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Duolingo Custom Sounds

Unduh file ekstensi Duolingo Custom Sounds dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                                            

Informasi Dasar Ekstensi

Nama Duolingo Custom Sounds Duolingo Custom Sounds
ID lkmfdiegbckoecdlheffbnddnbgoffbb
URL Resmi https://chromewebstore.google.com/detail/duolingo-custom-sounds/lkmfdiegbckoecdlheffbnddnbgoffbb
Deskripsi Allows you to customise various sound effects on Duolingo
Ukuran File 15.9 KB
Jumlah Instalasi 173
Versi Saat Ini 1.0.1
Terakhir Diperbarui 2016-02-23
Tanggal Publikasi 2015-07-28
Penilaian 2.50/5 Total 4 Penilaian
Pengembang Conrad G
Tipe Pembayaran free
Bahasa yang Didukung 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
}