Sounds of the rain
Sounds of the rain
Vad är Sounds of the rain?
Sounds of the rain är en Chrome-tillägg utvecklad av olbar, och dess huvudfunktion är "Sounds of the rain".
Tilläggsskärmbilder
Ladda ner Sounds of the rain-förlängningens CRX-fil
Ladda ner Sounds of the rain-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
Extension for relaxing, studying, working. 3 sounds of rain. Grundläggande Information om Tillägg
| Namn | |
| ID | lkkkpcjloppajdnoflemfaodcmlajkai |
| Officiell webbadress | https://chromewebstore.google.com/detail/sounds-of-the-rain/lkkkpcjloppajdnoflemfaodcmlajkai |
| Beskrivning | Sounds of the rain |
| Filstorlek | 10.57 MB |
| Antal Installationer | 99 |
| Aktuell Version | 1.0 |
| Senast Uppdaterad | 2020-08-29 |
| Publiceringsdatum | 2020-08-29 |
| Betyg | 4.00/5 Totalt 1 Betyg |
| Utvecklare | olbar |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Sounds of the rain",
"description": "Sounds of the rain",
"version": "1.0",
"manifest_version": 2,
"icons": {
"128": "icon128.png",
"48": "icon48.png",
"16": "icon16.png"
},
"browser_action": {
"default_icon": "icon16.png"
},
"background": {
"scripts": [
"rain.js"
],
"persistent": true
}
} | |