4chan color users
Colors all posts made by user in a thread
Wat is 4chan color users?
4chan color users is een Chrome-extensie ontwikkeld door Mike, en de belangrijkste functie is "Colors all posts made by user in a thread".
Extensie Screenshots
Download het CRX-bestand van de extensie 4chan color users
Download 4chan color users-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | 4chan color users |
ID | beipdekhhnnblckcejbbppjpggbemdda |
Officiële URL | https://chromewebstore.google.com/detail/4chan-color-users/beipdekhhnnblckcejbbppjpggbemdda |
Beschrijving | Colors all posts made by user in a thread |
Bestandsgrootte | 58 KB |
Aantal Installaties | 101 |
Huidige Versie | 1.12 |
Laatst Bijgewerkt | 2012-05-17 |
Publicatiedatum | 2012-05-17 |
Beoordeling | 3.40/5 Totaal 5 Beoordelingen |
Ontwikkelaar | Mike |
Betalingswijze | free |
Ondersteunde Talen | 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 } |