4chan color users
Colors all posts made by user in a thread
Hvad er 4chan color users?
4chan color users er en Chrome-udvidelse udviklet af Mike, og dens hovedfunktion er "Colors all posts made by user in a thread".
Udvidelsesskærmbilleder
Download 4chan color users-udvidelses-CRX-fil
Download 4chan color users-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | beipdekhhnnblckcejbbppjpggbemdda |
| Officiel URL | https://chromewebstore.google.com/detail/4chan-color-users/beipdekhhnnblckcejbbppjpggbemdda |
| Beskrivelse | Colors all posts made by user in a thread |
| Filstørrelse | 58 KB |
| Antal Installationer | 101 |
| Nuværende Version | 1.12 |
| Senest Opdateret | 2012-05-17 |
| Udgivelsesdato | 2012-05-17 |
| Bedømmelse | 3.40/5 Samlet 5 Bedømmelser |
| Udvikler | Mike |
| Betalingsmetode | free |
| Understøttede Sprog | 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
} | |