lichess-hide

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

Vad är lichess-hide?

lichess-hide är en Chrome-tillägg utvecklad av Vincent Simard, och dess huvudfunktion är "Allows lichess.org users to hide opponent information, rating and spectator list".

Ladda ner lichess-hide-förlängningens CRX-fil

Ladda ner lichess-hide-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                                            

Grundläggande Information om Tillägg

Namn lichess-hide lichess-hide
ID mgnmffmefjnmmpcbjmhepgclaaegcamj
Officiell webbadress https://chrome.google.com/webstore/detail/lichess-hide/mgnmffmefjnmmpcbjmhepgclaaegcamj
Beskrivning Allows lichess.org users to hide opponent information, rating and spectator list
Filstorlek 11.53 KB
Antal Installationer 93
Aktuell Version 1.0.3
Senast Uppdaterad 2016-07-16
Publiceringsdatum 2016-07-16
Betyg 5.00/5 Totalt 4 Betyg
Utvecklare Vincent Simard
E-post [email protected]
Betalningssätt free
Stödda Språk 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": []
}