Lichess Friends List Opener
Automatically opens the lichess friends list box.
Hvad er Lichess Friends List Opener?
Lichess Friends List Opener er en Chrome-udvidelse udviklet af brooksdev, og dens hovedfunktion er "Automatically opens the lichess friends list box.".
Udvidelsesskærmbilleder
Download Lichess Friends List Opener-udvidelses-CRX-fil
Download Lichess Friends List Opener-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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æggende oplysninger om udvidelsen
Navn | Lichess Friends List Opener |
ID | fbgmmcohdjhodafiajocpklmaikfhlai |
Officiel URL | https://chromewebstore.google.com/detail/lichess-friends-list-open/fbgmmcohdjhodafiajocpklmaikfhlai |
Beskrivelse | Automatically opens the lichess friends list box. |
Filstørrelse | 13 KB |
Antal Installationer | 50 |
Nuværende Version | 1.3 |
Senest Opdateret | 2020-09-02 |
Udgivelsesdato | 2020-08-20 |
Bedømmelse | 5.00/5 Samlet 2 Bedømmelser |
Udvikler | brooksdev |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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 } |