Replit Checkmarks

Get unofficial checkmarks next to usernames on Replit!

Replit Checkmarks là gì?

Replit Checkmarks là một tiện ích mở rộng Chrome được phát triển bởi lachienoble11, và tính năng chính của nó là "Get unofficial checkmarks next to usernames on Replit!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Replit Checkmarks

Tải xuống các tệp mở rộng Replit Checkmarks dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Replit Checkmarks Replit Checkmarks
ID cebhecjnkklbnndngceofidgjlicmdah
URL Chính Thức https://chromewebstore.google.com/detail/replit-checkmarks/cebhecjnkklbnndngceofidgjlicmdah
Mô tả Get unofficial checkmarks next to usernames on Replit!
Kích Thước Tệp 1.18 MB
Số Lần Cài Đặt 144
Phiên Bản Hiện Tại 1.0.2
Cập Nhật Lần Cuối 2023-01-02
Ngày Phát Hành 2022-12-28
Đánh Giá 5.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển lachienoble11
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://replit-checkmark.codingmaster398.repl.co/
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}