Replit Checkmarks
Get unofficial checkmarks next to usernames on Replit!
Replit Checkmarksとは何ですか?
Replit Checkmarksはlachienoble11によって開発されたChromeの拡張機能で、その主な機能は「Get unofficial checkmarks next to usernames on Replit!」です。
拡張機能のスクリーンショット
Replit Checkmarks拡張機能のCRXファイルをダウンロード
Replit Checkmarks拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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.
拡張機能の基本情報
名前 | Replit Checkmarks |
ID | cebhecjnkklbnndngceofidgjlicmdah |
公式URL | https://chromewebstore.google.com/detail/replit-checkmarks/cebhecjnkklbnndngceofidgjlicmdah |
説明 | Get unofficial checkmarks next to usernames on Replit! |
ファイルサイズ | 1.18 MB |
インストール数 | 144 |
現在のバージョン | 1.0.2 |
最終更新日 | 2023-01-02 |
公開日 | 2022-12-28 |
評価 | 5.00/5 合計 4 レビュー |
開発者 | lachienoble11 |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://replit-checkmark.codingmaster398.repl.co/ |
対応言語 | 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" } } |