Replit Checkmarks

Get unofficial checkmarks next to usernames on Replit!

Replit Checkmarksคืออะไร?

Replit Checkmarks เป็นส่วนขยายของ Chrome ที่พัฒนาโดย lachienoble11 และคุณลักษณะหลักของมันคือ "Get unofficial checkmarks next to usernames on Replit!"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Replit Checkmarks

ดาวน์โหลดไฟล์ส่วนขยาย 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
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"
    }
}