4chan color users
Colors all posts made by user in a thread
Cos'è 4chan color users?
4chan color users è un'estensione di Chrome sviluppata da Mike, e la sua funzione principale è "Colors all posts made by user in a thread".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione 4chan color users
Scarica i file di estensione 4chan color users in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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. Informazioni di Base sull'Estensione
| Nome | |
| ID | beipdekhhnnblckcejbbppjpggbemdda |
| URL Ufficiale | https://chromewebstore.google.com/detail/4chan-color-users/beipdekhhnnblckcejbbppjpggbemdda |
| Descrizione | Colors all posts made by user in a thread |
| Dimensione del File | 58 KB |
| Conteggio Installazioni | 101 |
| Versione Corrente | 1.12 |
| Ultimo Aggiornamento | 2012-05-17 |
| Data di Pubblicazione | 2012-05-17 |
| Valutazione | 3.40/5 Totale 5 Valutazioni |
| Sviluppatore | Mike |
| Tipo di Pagamento | free |
| Lingue Supportate | 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
} | |