lichess-hide

Allows lichess.org users to hide opponent information, rating and spectator list

lichess-hideคืออะไร?

lichess-hide เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Vincent Simard และคุณลักษณะหลักของมันคือ "Allows lichess.org users to hide opponent information, rating and spectator list"

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

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

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

                                            

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

ชื่อ lichess-hide lichess-hide
ID mgnmffmefjnmmpcbjmhepgclaaegcamj
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/lichess-hide/mgnmffmefjnmmpcbjmhepgclaaegcamj
คำอธิบาย Allows lichess.org users to hide opponent information, rating and spectator list
ขนาดไฟล์ 11.53 KB
จำนวนการติดตั้ง 93
เวอร์ชันปัจจุบัน 1.0.3
อัปเดตครั้งล่าสุด 2016-07-16
วันที่เผยแพร่ 2016-07-16
คะแนน 5.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา Vincent Simard
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "lichess-hide",
    "version": "1.0.3",
    "manifest_version": 2,
    "description": "Allows lichess.org users to hide opponent information, rating and spectator list",
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "default_locale": "en",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.lichess.org\/*",
                "https:\/\/*.lichess.org\/*"
            ],
            "css": [
                "styles\/main.css"
            ],
            "js": [
                "scripts\/lichess-hide.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ],
    "web_accessible_resources": [],
    "permissions": []
}