Lichess Friends List Opener
Automatically opens the lichess friends list box.
Wat is Lichess Friends List Opener?
Lichess Friends List Opener is een Chrome-extensie ontwikkeld door brooksdev, en de belangrijkste functie is "Automatically opens the lichess friends list box.".
Extensie Screenshots
Download het CRX-bestand van de extensie Lichess Friends List Opener
Download Lichess Friends List Opener-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Lichess Friends List Opener |
ID | fbgmmcohdjhodafiajocpklmaikfhlai |
Officiële URL | https://chromewebstore.google.com/detail/lichess-friends-list-open/fbgmmcohdjhodafiajocpklmaikfhlai |
Beschrijving | Automatically opens the lichess friends list box. |
Bestandsgrootte | 13 KB |
Aantal Installaties | 50 |
Huidige Versie | 1.3 |
Laatst Bijgewerkt | 2020-09-02 |
Publicatiedatum | 2020-08-20 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | brooksdev |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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 } |