Replit Checkmarks
Get unofficial checkmarks next to usernames on Replit!
Qu'est-ce que Replit Checkmarks ?
Replit Checkmarks est une extension Chrome développée par lachienoble11, et sa fonction principale est "Get unofficial checkmarks next to usernames on Replit!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Replit Checkmarks
Téléchargez les fichiers d'extension Replit Checkmarks au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
The Replit checkmarks Chrome extension is derived from https://replit.com/@codingMASTER398/Replit-checkmark?v=1 and is a simple way to quickly check if a user is popular, active in bounties, a moderator/rep, etc. On most Replit community pages, you'll see a new checkmark next to some usernames. You can see what the checkmarks mean at https://replit-checkmark.codingmaster398.repl.co/. These checkmarks are automatically determined on the fly and constantly adapt.
Informations de Base sur l'Extension
Nom | Replit Checkmarks |
ID | cebhecjnkklbnndngceofidgjlicmdah |
URL Officiel | https://chromewebstore.google.com/detail/replit-checkmarks/cebhecjnkklbnndngceofidgjlicmdah |
Description | Get unofficial checkmarks next to usernames on Replit! |
Taille du Fichier | 1.18 MB |
Nombre d'Installations | 144 |
Version Actuelle | 1.0.2 |
Dernière Mise à Jour | 2023-01-02 |
Date de Publication | 2022-12-28 |
Évaluation | 5.00/5 Total 4 Évaluations |
Développeur | lachienoble11 |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://replit-checkmark.codingmaster398.repl.co/ |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Replit Checkmarks", "description": "Get unofficial checkmarks next to usernames on Replit!", "version": "1.0.2", "content_scripts": [ { "matches": [ "https:\/\/replit.com\/*", "https:\/\/firewalledreplit.com\/*" ], "js": [ "\/inject.js" ] } ], "web_accessible_resources": [ { "resources": [ "checkmarks\/*" ], "matches": [ "https:\/\/replit.com\/*", "https:\/\/firewalledreplit.com\/*" ] } ], "icons": { "512": "checkmarks\/6.png" } } |