Chrome Sounds
Enjoy a more magical and immersive experience when browsing the web using the power of sound.
Was ist Chrome Sounds?
Chrome Sounds ist eine Chrome-Erweiterung, die von https://domainerelite.com entwickelt wurde, und ihr Hauptmerkmal ist "Enjoy a more magical and immersive experience when browsing the web using the power of sound.".
Chrome Sounds-Erweiterungs-CRX-Datei herunterladen
Laden Sie Chrome Sounds-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Grundlegende Informationen zur Erweiterung
| Name | |
| ID | aadagjoijpbjdaekhhfjnlagpjdelhbg |
| Offizielle URL | https://chromewebstore.google.com/detail/chrome-sounds/aadagjoijpbjdaekhhfjnlagpjdelhbg |
| Beschreibung | Enjoy a more magical and immersive experience when browsing the web using the power of sound. |
| Dateigröße | 30.47 KB |
| Installationsanzahl | 36 |
| Aktuelle Version | 1.2 |
| Letztes Update | 2017-03-31 |
| Veröffentlichungsdatum | 2017-03-30 |
| Entwickler | https://domainerelite.com |
| Zahlungsart | free |
| Unterstützte Sprachen | 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
} | |