4chan color users
Colors all posts made by user in a thread
What is 4chan color users?
4chan color users is a Chrome extension developed by Mike, and its main feature is "Colors all posts made by user in a thread".
Extension Screenshots
Download 4chan color users Extension CRX File
Download 4chan color users extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | 4chan color users |
ID | beipdekhhnnblckcejbbppjpggbemdda |
Official URL | https://chromewebstore.google.com/detail/4chan-color-users/beipdekhhnnblckcejbbppjpggbemdda |
Description | Colors all posts made by user in a thread |
File Size | 58 KB |
Installation Count | 101 |
Current Version | 1.12 |
Last Updated | 2012-05-17 |
Publish Date | 2012-05-17 |
Rating | 3.40/5 Total 5 Ratings |
Developer | Mike |
Payment Type | free |
Supported Languages | 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 } |