4chan color users

Colors all posts made by user in a thread

4chan color users란 무엇입니까?

4chan color users은(는) Mike에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Colors all posts made by user in a thread"입니다.

확장 프로그램 스크린샷

screenshot

4chan color users 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        This extension makes it possible to identify the individual users in a thread.  When in a thread on 4chan you can click on the ID on the top of the post and all the posts by that ID will be colored a randomly generated color.  Click again to change the color if you don't like the first one.                    

확장 프로그램 기본 정보

이름 4chan color users 4chan color users
ID beipdekhhnnblckcejbbppjpggbemdda
공식 URL https://chromewebstore.google.com/detail/4chan-color-users/beipdekhhnnblckcejbbppjpggbemdda
설명 Colors all posts made by user in a thread
파일 크기 58 KB
설치 횟수 101
현재 버전 1.12
최근 업데이트 2012-05-17
출시 날짜 2012-05-17
평점 3.40/5 총 5 개의 평점
개발자 Mike
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "4chan color users",
    "version": "1.12",
    "description": "Colors all posts made by user in a thread",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/boards.4chan.org\/*",
                "https:\/\/boards.4chan.org\/*"
            ],
            "js": [
                "jquery.js",
                "contentscript.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "manifest_version": 2
}