Replit Checkmarks

Get unofficial checkmarks next to usernames on Replit!

Co to jest Replit Checkmarks?

Replit Checkmarks to rozszerzenie Chrome opracowane przez lachienoble11, a jego główną funkcją jest „Get unofficial checkmarks next to usernames on Replit!”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Replit Checkmarks

Pobierz pliki rozszerzeń Replit Checkmarks w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Replit Checkmarks Replit Checkmarks
ID cebhecjnkklbnndngceofidgjlicmdah
Oficjalny URL https://chromewebstore.google.com/detail/replit-checkmarks/cebhecjnkklbnndngceofidgjlicmdah
Opis Get unofficial checkmarks next to usernames on Replit!
Rozmiar pliku 1.18 MB
Liczba instalacji 144
Aktualna Wersja 1.0.2
Ostatnia Aktualizacja 2023-01-02
Data Publikacji 2022-12-28
Ocena 5.00/5 Łącznie 4 Oceny
Deweloper lachienoble11
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://replit-checkmark.codingmaster398.repl.co/
Obsługiwane Języki 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"
    }
}