Chrome Sounds

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

Co je Chrome Sounds?

Chrome Sounds je rozšíření Chrome vyvinuté https://domainerelite.com, a jeho hlavní funkcí je „Enjoy a more magical and immersive experience when browsing the web using the power of sound.“.

Stáhnout soubor CRX rozšíření Chrome Sounds

Stáhněte si soubory rozšíření Chrome Sounds ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                                            

Základní Informace o Rozšíření

Název Chrome Sounds Chrome Sounds
ID aadagjoijpbjdaekhhfjnlagpjdelhbg
Oficiální URL https://chromewebstore.google.com/detail/chrome-sounds/aadagjoijpbjdaekhhfjnlagpjdelhbg
Popis Enjoy a more magical and immersive experience when browsing the web using the power of sound.
Velikost souboru 30.47 KB
Počet instalací 36
Aktuální Verze 1.2
Poslední Aktualizace 2017-03-31
Datum Vydání 2017-03-30
Vývojář https://domainerelite.com
Typ Platby free
Podporované Jazyky 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
}