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」です。
拡張機能のスクリーンショット
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. 拡張機能の基本情報
| 名前 | |
| 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
} | |