Lichess Friends List Opener
Automatically opens the lichess friends list box.
Co je Lichess Friends List Opener?
Lichess Friends List Opener je rozšíření Chrome vyvinuté brooksdev, a jeho hlavní funkcí je „Automatically opens the lichess friends list box.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Lichess Friends List Opener
Stáhněte si soubory rozšíření Lichess Friends List Opener ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | Lichess Friends List Opener |
ID | fbgmmcohdjhodafiajocpklmaikfhlai |
Oficiální URL | https://chromewebstore.google.com/detail/lichess-friends-list-open/fbgmmcohdjhodafiajocpklmaikfhlai |
Popis | Automatically opens the lichess friends list box. |
Velikost souboru | 13 KB |
Počet instalací | 50 |
Aktuální Verze | 1.3 |
Poslední Aktualizace | 2020-09-02 |
Datum Vydání | 2020-08-20 |
Hodnocení | 5.00/5 Celkem 2 Hodnocení |
Vývojář | brooksdev |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | 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 } |