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文件

下載4chan color users擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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
}