Lichess Friends List Opener
Automatically opens the lichess friends list box.
Τι είναι το Lichess Friends List Opener;
Το Lichess Friends List Opener είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον brooksdev, και η κύρια λειτουργία του είναι "Automatically opens the lichess friends list box.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Lichess Friends List Opener
Λήψη αρχείων επέκτασης Lichess Friends List Opener σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Lichess Friends List Opener |
ID | fbgmmcohdjhodafiajocpklmaikfhlai |
Επίσημο URL | https://chromewebstore.google.com/detail/lichess-friends-list-open/fbgmmcohdjhodafiajocpklmaikfhlai |
Περιγραφή | Automatically opens the lichess friends list box. |
Μέγεθος Αρχείου | 13 KB |
Αριθμός Εγκαταστάσεων | 50 |
Τρέχουσα Έκδοση | 1.3 |
Τελευταία Ενημέρωση | 2020-09-02 |
Ημερομηνία Δημοσίευσης | 2020-08-20 |
Αξιολόγηση | 5.00/5 Συνολικά 2 Αξιολογήσεις |
Προγραμματιστής | brooksdev |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | 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 } |