lichess-hide

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

Co to jest lichess-hide?

lichess-hide to rozszerzenie Chrome opracowane przez Vincent Simard, a jego główną funkcją jest „Allows lichess.org users to hide opponent information, rating and spectator list”.

Pobierz plik CRX rozszerzenia lichess-hide

Pobierz pliki rozszerzeń lichess-hide w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                                            

Podstawowe informacje o rozszerzeniu

Nazwa lichess-hide lichess-hide
ID mgnmffmefjnmmpcbjmhepgclaaegcamj
Oficjalny URL https://chrome.google.com/webstore/detail/lichess-hide/mgnmffmefjnmmpcbjmhepgclaaegcamj
Opis Allows lichess.org users to hide opponent information, rating and spectator list
Rozmiar pliku 11.53 KB
Liczba instalacji 93
Aktualna Wersja 1.0.3
Ostatnia Aktualizacja 2016-07-16
Data Publikacji 2016-07-16
Ocena 5.00/5 Łącznie 4 Oceny
Deweloper Vincent Simard
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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": []
}