lichess-hide

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

lichess-hide क्या है?

lichess-hide Vincent Simard द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Allows lichess.org users to hide opponent information, rating and spectator list"।

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में lichess-hide एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                                            

एक्सटेंशन की मूल जानकारी

नाम 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": []
}