Chrome Sounds
Enjoy a more magical and immersive experience when browsing the web using the power of sound.
Cos'è Chrome Sounds?
Chrome Sounds è un'estensione di Chrome sviluppata da https://domainerelite.com, e la sua funzione principale è "Enjoy a more magical and immersive experience when browsing the web using the power of sound.".
Scarica il file CRX dell'estensione Chrome Sounds
Scarica i file di estensione Chrome Sounds in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Informazioni di Base sull'Estensione
| Nome | |
| ID | aadagjoijpbjdaekhhfjnlagpjdelhbg |
| URL Ufficiale | https://chromewebstore.google.com/detail/chrome-sounds/aadagjoijpbjdaekhhfjnlagpjdelhbg |
| Descrizione | Enjoy a more magical and immersive experience when browsing the web using the power of sound. |
| Dimensione del File | 30.47 KB |
| Conteggio Installazioni | 36 |
| Versione Corrente | 1.2 |
| Ultimo Aggiornamento | 2017-03-31 |
| Data di Pubblicazione | 2017-03-30 |
| Sviluppatore | https://domainerelite.com |
| Tipo di Pagamento | free |
| Lingue Supportate | 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
} | |