4chan color users
Colors all posts made by user in a thread
Was ist 4chan color users?
4chan color users ist eine Chrome-Erweiterung, die von Mike entwickelt wurde, und ihr Hauptmerkmal ist "Colors all posts made by user in a thread".
Erweiterungsscreenshots
4chan color users-Erweiterungs-CRX-Datei herunterladen
Laden Sie 4chan color users-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | beipdekhhnnblckcejbbppjpggbemdda |
| Offizielle URL | https://chromewebstore.google.com/detail/4chan-color-users/beipdekhhnnblckcejbbppjpggbemdda |
| Beschreibung | Colors all posts made by user in a thread |
| Dateigröße | 58 KB |
| Installationsanzahl | 101 |
| Aktuelle Version | 1.12 |
| Letztes Update | 2012-05-17 |
| Veröffentlichungsdatum | 2012-05-17 |
| Bewertung | 3.40/5 Insgesamt 5 Bewertungen |
| Entwickler | Mike |
| Zahlungsart | free |
| Unterstützte Sprachen | 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
} | |