Replit Checkmarks

Get unofficial checkmarks next to usernames on Replit!

Replit Checkmarks क्या है?

Replit Checkmarks lachienoble11 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Get unofficial checkmarks next to usernames on Replit!"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Replit Checkmarks एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
    }
}