Replit Checkmarks

Get unofficial checkmarks next to usernames on Replit!

Cos'è Replit Checkmarks?

Replit Checkmarks è un'estensione di Chrome sviluppata da lachienoble11, e la sua funzione principale è "Get unofficial checkmarks next to usernames on Replit!".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Replit Checkmarks

Scarica i file di estensione Replit Checkmarks in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Replit Checkmarks Replit Checkmarks
ID cebhecjnkklbnndngceofidgjlicmdah
URL Ufficiale https://chromewebstore.google.com/detail/replit-checkmarks/cebhecjnkklbnndngceofidgjlicmdah
Descrizione Get unofficial checkmarks next to usernames on Replit!
Dimensione del File 1.18 MB
Conteggio Installazioni 144
Versione Corrente 1.0.2
Ultimo Aggiornamento 2023-01-02
Data di Pubblicazione 2022-12-28
Valutazione 5.00/5 Totale 4 Valutazioni
Sviluppatore lachienoble11
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://replit-checkmark.codingmaster398.repl.co/
Lingue Supportate 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"
    }
}