4chan color users
Colors all posts made by user in a thread
Co je 4chan color users?
4chan color users je rozšíření Chrome vyvinuté Mike, a jeho hlavní funkcí je „Colors all posts made by user in a thread“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření 4chan color users
Stáhněte si soubory rozšíření 4chan color users ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | 4chan color users |
ID | beipdekhhnnblckcejbbppjpggbemdda |
Oficiální URL | https://chromewebstore.google.com/detail/4chan-color-users/beipdekhhnnblckcejbbppjpggbemdda |
Popis | Colors all posts made by user in a thread |
Velikost souboru | 58 KB |
Počet instalací | 101 |
Aktuální Verze | 1.12 |
Poslední Aktualizace | 2012-05-17 |
Datum Vydání | 2012-05-17 |
Hodnocení | 3.40/5 Celkem 5 Hodnocení |
Vývojář | Mike |
Typ Platby | free |
Podporované Jazyky | 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 } |