Lichess Friends List Opener

Automatically opens the lichess friends list box.

Vad är Lichess Friends List Opener?

Lichess Friends List Opener är en Chrome-tillägg utvecklad av brooksdev, och dess huvudfunktion är "Automatically opens the lichess friends list box.".

Tilläggsskärmbilder

screenshot

Ladda ner Lichess Friends List Opener-förlängningens CRX-fil

Ladda ner Lichess Friends List Opener-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

                        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.                    

Grundläggande Information om Tillägg

Namn Lichess Friends List Opener Lichess Friends List Opener
ID fbgmmcohdjhodafiajocpklmaikfhlai
Officiell webbadress https://chromewebstore.google.com/detail/lichess-friends-list-open/fbgmmcohdjhodafiajocpklmaikfhlai
Beskrivning Automatically opens the lichess friends list box.
Filstorlek 13 KB
Antal Installationer 50
Aktuell Version 1.3
Senast Uppdaterad 2020-09-02
Publiceringsdatum 2020-08-20
Betyg 5.00/5 Totalt 2 Betyg
Utvecklare brooksdev
E-post [email protected]
Betalningssätt free
Stödda Språk 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
}