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. 扩展基本信息
| 名称 | |
| 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 |
| 电子邮箱 | [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"
}
} | |