Chrome Sounds
Enjoy a more magical and immersive experience when browsing the web using the power of sound.
Qu'est-ce que Chrome Sounds ?
Chrome Sounds est une extension Chrome développée par https://domainerelite.com, et sa fonction principale est "Enjoy a more magical and immersive experience when browsing the web using the power of sound.".
Télécharger le fichier CRX de l'extension Chrome Sounds
Téléchargez les fichiers d'extension Chrome Sounds au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Informations de Base sur l'Extension
Nom | Chrome Sounds |
ID | aadagjoijpbjdaekhhfjnlagpjdelhbg |
URL Officiel | https://chromewebstore.google.com/detail/chrome-sounds/aadagjoijpbjdaekhhfjnlagpjdelhbg |
Description | Enjoy a more magical and immersive experience when browsing the web using the power of sound. |
Taille du Fichier | 30.47 KB |
Nombre d'Installations | 36 |
Version Actuelle | 1.2 |
Dernière Mise à Jour | 2017-03-31 |
Date de Publication | 2017-03-30 |
Développeur | https://domainerelite.com |
Type de Paiement | free |
Langues Prises en Charge | 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 } |