4chan color users
Colors all posts made by user in a thread
Co to jest 4chan color users?
4chan color users to rozszerzenie Chrome opracowane przez Mike, a jego główną funkcją jest „Colors all posts made by user in a thread”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia 4chan color users
Pobierz pliki rozszerzeń 4chan color users w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | beipdekhhnnblckcejbbppjpggbemdda |
| Oficjalny URL | https://chromewebstore.google.com/detail/4chan-color-users/beipdekhhnnblckcejbbppjpggbemdda |
| Opis | Colors all posts made by user in a thread |
| Rozmiar pliku | 58 KB |
| Liczba instalacji | 101 |
| Aktualna Wersja | 1.12 |
| Ostatnia Aktualizacja | 2012-05-17 |
| Data Publikacji | 2012-05-17 |
| Ocena | 3.40/5 Łącznie 5 Oceny |
| Deweloper | Mike |
| Typ Płatności | free |
| Obsługiwane Języki | 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
} | |