Chrome Sounds
Enjoy a more magical and immersive experience when browsing the web using the power of sound.
Vad är Chrome Sounds?
Chrome Sounds är en Chrome-tillägg utvecklad av https://domainerelite.com, och dess huvudfunktion är "Enjoy a more magical and immersive experience when browsing the web using the power of sound.".
Ladda ner Chrome Sounds-förlängningens CRX-fil
Ladda ner Chrome Sounds-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Grundläggande Information om Tillägg
| Namn | |
| ID | aadagjoijpbjdaekhhfjnlagpjdelhbg |
| Officiell webbadress | https://chromewebstore.google.com/detail/chrome-sounds/aadagjoijpbjdaekhhfjnlagpjdelhbg |
| Beskrivning | Enjoy a more magical and immersive experience when browsing the web using the power of sound. |
| Filstorlek | 30.47 KB |
| Antal Installationer | 36 |
| Aktuell Version | 1.2 |
| Senast Uppdaterad | 2017-03-31 |
| Publiceringsdatum | 2017-03-30 |
| Utvecklare | https://domainerelite.com |
| Betalningssätt | free |
| Stödda Språk | 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
} | |