washing machine

This extension simulates a washing machine in your browser!

washing machineคืออะไร?

washing machine เป็นส่วนขยายของ Chrome ที่พัฒนาโดย joak และคุณลักษณะหลักของมันคือ "This extension simulates a washing machine in your browser!"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย washing machine

ดาวน์โหลดไฟล์ส่วนขยาย washing machine ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                                            

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ washing machine washing machine
ID dhijppimaboapijfjocmmephlbbfpcil
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/washing-machine/dhijppimaboapijfjocmmephlbbfpcil
คำอธิบาย This extension simulates a washing machine in your browser!
ขนาดไฟล์ 414 KB
จำนวนการติดตั้ง 2,043
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2017-02-04
วันที่เผยแพร่ 2017-02-03
คะแนน 5.00/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา joak
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://ilu.servus.at/issue8.html
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "washing machine",
    "description": "This extension simulates a washing machine in your browser!",
    "version": "1.0",
    "author": "joak",
    "permissions": [
        "activeTab"
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "script.js",
                "jquery.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "animationwashingmachine.css",
        "start.mp3",
        "spinning.mp3",
        "sound.mp3"
    ]
}