Sounds of the rain

Sounds of the rain

ما هو Sounds of the rain؟

Sounds of the rain هو إضافة Chrome تم تطويرها بواسطة olbar، والميزة الرئيسية لها هي "Sounds of the rain".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Sounds of the rain

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

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

                        Extension for relaxing, studying, working. 3 sounds of rain.                    

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

الاسم Sounds of the rain Sounds of the rain
ID lkkkpcjloppajdnoflemfaodcmlajkai
عنوان URL الرسمي https://chromewebstore.google.com/detail/sounds-of-the-rain/lkkkpcjloppajdnoflemfaodcmlajkai
الوصف Sounds of the rain
حجم الملف 10.57 MB
عدد التثبيتات 99
النسخة الحالية 1.0
آخر تحديث 2020-08-29
تاريخ النشر 2020-08-29
تقييم 4.00/5 مجموع تقييمات 1
المطور olbar
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة 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
    }
}