Chrome Sounds

Enjoy a more magical and immersive experience when browsing the web using the power of sound.

Apa itu Chrome Sounds?

Chrome Sounds adalah ekstensi Chrome yang dikembangkan oleh https://domainerelite.com, dan fitur utamanya adalah "Enjoy a more magical and immersive experience when browsing the web using the power of sound.".

Unduh Berkas CRX Ekstensi Chrome Sounds

Unduh file ekstensi Chrome 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 Chrome Sounds Chrome Sounds
ID aadagjoijpbjdaekhhfjnlagpjdelhbg
URL Resmi https://chromewebstore.google.com/detail/chrome-sounds/aadagjoijpbjdaekhhfjnlagpjdelhbg
Deskripsi Enjoy a more magical and immersive experience when browsing the web using the power of sound.
Ukuran File 30.47 KB
Jumlah Instalasi 36
Versi Saat Ini 1.2
Terakhir Diperbarui 2017-03-31
Tanggal Publikasi 2017-03-30
Pengembang https://domainerelite.com
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Chrome Sounds",
    "version": "1.2",
    "description": "Enjoy a more magical and immersive experience when browsing the web using the power of sound.",
    "background": {
        "scripts": [
            "bg.js"
        ]
    },
    "options_page": "options.html",
    "icons": {
        "128": "icon.png"
    },
    "permissions": [
        "tabs",
        "bookmarks",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "all_frames": true
        }
    ],
    "manifest_version": 2
}