lichess-hide

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

Apa itu lichess-hide?

lichess-hide adalah ekstensi Chrome yang dikembangkan oleh Vincent Simard, dan fitur utamanya adalah "Allows lichess.org users to hide opponent information, rating and spectator list".

Unduh Berkas CRX Ekstensi lichess-hide

Unduh file ekstensi lichess-hide dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                                            

Informasi Dasar Ekstensi

Nama lichess-hide lichess-hide
ID mgnmffmefjnmmpcbjmhepgclaaegcamj
URL Resmi https://chrome.google.com/webstore/detail/lichess-hide/mgnmffmefjnmmpcbjmhepgclaaegcamj
Deskripsi Allows lichess.org users to hide opponent information, rating and spectator list
Ukuran File 11.53 KB
Jumlah Instalasi 93
Versi Saat Ini 1.0.3
Terakhir Diperbarui 2016-07-16
Tanggal Publikasi 2016-07-16
Penilaian 5.00/5 Total 4 Penilaian
Pengembang Vincent Simard
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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": []
}