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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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
    }
}