Replit Checkmarks
Get unofficial checkmarks next to usernames on Replit!
What is Replit Checkmarks?
Replit Checkmarks is a Chrome extension developed by lachienoble11, and its main feature is "Get unofficial checkmarks next to usernames on Replit!".
Extension Screenshots
Download Replit Checkmarks Extension CRX File
Download Replit Checkmarks extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Replit Checkmarks |
ID | cebhecjnkklbnndngceofidgjlicmdah |
Official URL | https://chromewebstore.google.com/detail/replit-checkmarks/cebhecjnkklbnndngceofidgjlicmdah |
Description | Get unofficial checkmarks next to usernames on Replit! |
File Size | 1.18 MB |
Installation Count | 144 |
Current Version | 1.0.2 |
Last Updated | 2023-01-02 |
Publish Date | 2022-12-28 |
Rating | 5.00/5 Total 4 Ratings |
Developer | lachienoble11 |
[email protected] | |
Payment Type | free |
Extension Website | https://replit-checkmark.codingmaster398.repl.co/ |
Supported Languages | 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" } } |