lichess-drow

Adds the BlitzIn for ICC "draw" sound to lichess.org

lichess-drowคืออะไร?

lichess-drow เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Vincent Simard และคุณลักษณะหลักของมันคือ "Adds the BlitzIn for ICC "draw" sound to lichess.org"

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย lichess-drow

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

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

                                            

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

ชื่อ lichess-drow lichess-drow
ID kgljljppljobmdankjemkdaacnhpobpl
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/lichess-drow/kgljljppljobmdankjemkdaacnhpobpl
คำอธิบาย Adds the BlitzIn for ICC "draw" sound to lichess.org
ขนาดไฟล์ 9.42 KB
จำนวนการติดตั้ง 30
เวอร์ชันปัจจุบัน 0.1.1
อัปเดตครั้งล่าสุด 2017-04-02
วันที่เผยแพร่ 2017-04-02
ผู้พัฒนา Vincent Simard
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "lichess-drow",
    "version": "0.1.1",
    "manifest_version": 2,
    "description": "Adds the BlitzIn for ICC \"draw\" sound to lichess.org",
    "icons": [],
    "default_locale": "en",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.lichess.org\/*",
                "https:\/\/*.lichess.org\/*"
            ],
            "css": [
                "styles\/main.css"
            ],
            "js": [
                "scripts\/lichess-drow.js"
            ],
            "run_at": "document_idle",
            "all_frames": false
        }
    ],
    "web_accessible_resources": [
        "ogg\/*"
    ],
    "permissions": [
        "storage"
    ]
}