Rainfall
Listen to the rain fall, storms and lightning.
Apa itu Rainfall?
Rainfall adalah ekstensi Chrome yang dikembangkan oleh jrobertlloyd, dan fitur utamanya adalah "Listen to the rain fall, storms and lightning.".
Unduh Berkas CRX Ekstensi Rainfall
Unduh file ekstensi Rainfall dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Listen to the soothing sounds of rain, lightning, nature and storms while doing work or browsing the web. Press it once to play, press it again to pause.
Informasi Dasar Ekstensi
Nama | |
ID | jbndmkpanbblfjkifjlacalfakhmapcb |
URL Resmi | https://chrome.google.com/webstore/detail/rainfall/jbndmkpanbblfjkifjlacalfakhmapcb |
Deskripsi | Listen to the rain fall, storms and lightning. |
Ukuran File | 5.72 MB |
Jumlah Instalasi | 108 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2018-06-26 |
Tanggal Publikasi | 2018-06-26 |
Pengembang | jrobertlloyd |
Tipe Pembayaran | free |
Bahasa yang Didukung | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Rainfall", "description": "Listen to the rain fall, storms and lightning.", "version": "1.0", "author": "James Lloyd", "icons": { "128": "images\/rain128.png", "48": "images\/rain32.png" }, "browser_action": { "default_icon": { "38": "images\/rain32.png" } }, "background": { "scripts": [ "rain.js" ] }, "offline_enabled": true } |