Chrome Sounds

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

Co to jest Chrome Sounds?

Chrome Sounds to rozszerzenie Chrome opracowane przez https://domainerelite.com, a jego główną funkcją jest „Enjoy a more magical and immersive experience when browsing the web using the power of sound.”.

Pobierz plik CRX rozszerzenia Chrome Sounds

Pobierz pliki rozszerzeń Chrome Sounds w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                                            

Podstawowe informacje o rozszerzeniu

Nazwa Chrome Sounds Chrome Sounds
ID aadagjoijpbjdaekhhfjnlagpjdelhbg
Oficjalny URL https://chromewebstore.google.com/detail/chrome-sounds/aadagjoijpbjdaekhhfjnlagpjdelhbg
Opis Enjoy a more magical and immersive experience when browsing the web using the power of sound.
Rozmiar pliku 30.47 KB
Liczba instalacji 36
Aktualna Wersja 1.2
Ostatnia Aktualizacja 2017-03-31
Data Publikacji 2017-03-30
Deweloper https://domainerelite.com
Typ Płatności free
Obsługiwane Języki 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
}