Chrome Sounds

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

Wat is Chrome Sounds?

Chrome Sounds is een Chrome-extensie ontwikkeld door https://domainerelite.com, en de belangrijkste functie is "Enjoy a more magical and immersive experience when browsing the web using the power of sound.".

Download het CRX-bestand van de extensie Chrome Sounds

Download Chrome Sounds-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                                            

Basisinformatie over de Extensie

Naam Chrome Sounds Chrome Sounds
ID aadagjoijpbjdaekhhfjnlagpjdelhbg
Officiële URL https://chromewebstore.google.com/detail/chrome-sounds/aadagjoijpbjdaekhhfjnlagpjdelhbg
Beschrijving Enjoy a more magical and immersive experience when browsing the web using the power of sound.
Bestandsgrootte 30.47 KB
Aantal Installaties 36
Huidige Versie 1.2
Laatst Bijgewerkt 2017-03-31
Publicatiedatum 2017-03-30
Ontwikkelaar https://domainerelite.com
Betalingswijze free
Ondersteunde Talen 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
}