4chan color users

Colors all posts made by user in a thread

4chan color users là gì?

4chan color users là một tiện ích mở rộng Chrome được phát triển bởi Mike, và tính năng chính của nó là "Colors all posts made by user in a thread".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng 4chan color users

Tải xuống các tệp mở rộng 4chan color users dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên 4chan color users 4chan color users
ID beipdekhhnnblckcejbbppjpggbemdda
URL Chính Thức https://chromewebstore.google.com/detail/4chan-color-users/beipdekhhnnblckcejbbppjpggbemdda
Mô tả Colors all posts made by user in a thread
Kích Thước Tệp 58 KB
Số Lần Cài Đặt 101
Phiên Bản Hiện Tại 1.12
Cập Nhật Lần Cuối 2012-05-17
Ngày Phát Hành 2012-05-17
Đánh Giá 3.40/5 Tổng số 5 Đánh Giá
Nhà Phát Triển Mike
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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
}