Lichess Friends List Opener

Automatically opens the lichess friends list box.

Apa itu Lichess Friends List Opener?

Lichess Friends List Opener adalah ekstensi Chrome yang dikembangkan oleh brooksdev, dan fitur utamanya adalah "Automatically opens the lichess friends list box.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Lichess Friends List Opener

Unduh file ekstensi Lichess Friends List Opener 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

                        This extension automatically opens the lichess friends list box. This mimics the behavior that the site used to have in which online friends were automatically visible in the friends list box.                    

Informasi Dasar Ekstensi

Nama Lichess Friends List Opener Lichess Friends List Opener
ID fbgmmcohdjhodafiajocpklmaikfhlai
URL Resmi https://chromewebstore.google.com/detail/lichess-friends-list-open/fbgmmcohdjhodafiajocpklmaikfhlai
Deskripsi Automatically opens the lichess friends list box.
Ukuran File 13 KB
Jumlah Instalasi 50
Versi Saat Ini 1.3
Terakhir Diperbarui 2020-09-02
Tanggal Publikasi 2020-08-20
Penilaian 5.00/5 Total 2 Penilaian
Pengembang brooksdev
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Lichess Friends List Opener",
    "version": "1.3",
    "description": "Automatically opens the lichess friends list box.",
    "icons": {
        "192": "lichess-favicon-192.png"
    },
    "web_accessible_resources": [
        "\/main.js"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/lichess.org\/*"
            ],
            "js": [
                "inject.js"
            ]
        }
    ],
    "manifest_version": 2
}