Chrome Sounds
Enjoy a more magical and immersive experience when browsing the web using the power of sound.
Hvad er Chrome Sounds?
Chrome Sounds er en Chrome-udvidelse udviklet af https://domainerelite.com, og dens hovedfunktion er "Enjoy a more magical and immersive experience when browsing the web using the power of sound.".
Download Chrome Sounds-udvidelses-CRX-fil
Download Chrome Sounds-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | aadagjoijpbjdaekhhfjnlagpjdelhbg |
| Officiel URL | https://chromewebstore.google.com/detail/chrome-sounds/aadagjoijpbjdaekhhfjnlagpjdelhbg |
| Beskrivelse | Enjoy a more magical and immersive experience when browsing the web using the power of sound. |
| Filstørrelse | 30.47 KB |
| Antal Installationer | 36 |
| Nuværende Version | 1.2 |
| Senest Opdateret | 2017-03-31 |
| Udgivelsesdato | 2017-03-30 |
| Udvikler | https://domainerelite.com |
| Betalingsmetode | free |
| Understøttede Sprog | 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
} | |