lichess-hide

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

Wat is lichess-hide?

lichess-hide is een Chrome-extensie ontwikkeld door Vincent Simard, en de belangrijkste functie is "Allows lichess.org users to hide opponent information, rating and spectator list".

Download het CRX-bestand van de extensie lichess-hide

Download lichess-hide-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                                            

Basisinformatie over de Extensie

Naam lichess-hide lichess-hide
ID mgnmffmefjnmmpcbjmhepgclaaegcamj
Officiële URL https://chrome.google.com/webstore/detail/lichess-hide/mgnmffmefjnmmpcbjmhepgclaaegcamj
Beschrijving Allows lichess.org users to hide opponent information, rating and spectator list
Bestandsgrootte 11.53 KB
Aantal Installaties 93
Huidige Versie 1.0.3
Laatst Bijgewerkt 2016-07-16
Publicatiedatum 2016-07-16
Beoordeling 5.00/5 Totaal 4 Beoordelingen
Ontwikkelaar Vincent Simard
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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": []
}