Replit Checkmarks

Get unofficial checkmarks next to usernames on Replit!

什麼是Replit Checkmarks?

Replit Checkmarks是由lachienoble11開發的Chrome擴展程式,該擴展的主要功能是“Get unofficial checkmarks next to usernames on Replit!”。

擴展截圖

screenshot

下載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 Replit Checkmarks
ID cebhecjnkklbnndngceofidgjlicmdah
官方網址 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"
    }
}