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