Rainfall

Listen to the rain fall, storms and lightning.

ما هو Rainfall؟

Rainfall هو إضافة Chrome تم تطويرها بواسطة jrobertlloyd، والميزة الرئيسية لها هي "Listen to the rain fall, storms and lightning.".

تحميل ملف CRX للإضافة Rainfall

قم بتنزيل ملفات الامتداد Rainfall بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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.                    

معلومات أساسية عن التمديد

الاسم Rainfall Rainfall
ID jbndmkpanbblfjkifjlacalfakhmapcb
عنوان URL الرسمي https://chrome.google.com/webstore/detail/rainfall/jbndmkpanbblfjkifjlacalfakhmapcb
الوصف Listen to the rain fall, storms and lightning.
حجم الملف 5.72 MB
عدد التثبيتات 108
النسخة الحالية 1.0
آخر تحديث 2018-06-26
تاريخ النشر 2018-06-26
المطور jrobertlloyd
نوع الدفع free
اللغات المدعومة 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
}