Replit Checkmarks

Get unofficial checkmarks next to usernames on Replit!

Apa itu Replit Checkmarks?

Replit Checkmarks adalah ekstensi Chrome yang dikembangkan oleh lachienoble11, dan fitur utamanya adalah "Get unofficial checkmarks next to usernames on Replit!".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Replit Checkmarks

Unduh file ekstensi Replit Checkmarks dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Replit Checkmarks Replit Checkmarks
ID cebhecjnkklbnndngceofidgjlicmdah
URL Resmi https://chromewebstore.google.com/detail/replit-checkmarks/cebhecjnkklbnndngceofidgjlicmdah
Deskripsi Get unofficial checkmarks next to usernames on Replit!
Ukuran File 1.18 MB
Jumlah Instalasi 144
Versi Saat Ini 1.0.2
Terakhir Diperbarui 2023-01-02
Tanggal Publikasi 2022-12-28
Penilaian 5.00/5 Total 4 Penilaian
Pengembang lachienoble11
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://replit-checkmark.codingmaster398.repl.co/
Bahasa yang Didukung 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"
    }
}