Replit Checkmarks

Get unofficial checkmarks next to usernames on Replit!

Replit Checkmarks란 무엇입니까?

Replit Checkmarks은(는) lachienoble11에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Get unofficial checkmarks next to usernames on Replit!"입니다.

확장 프로그램 스크린샷

screenshot

Replit Checkmarks 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
    }
}