4chan color users
Colors all posts made by user in a thread
Что такое 4chan color users?
4chan color users - это расширение Chrome, разработанное Mike, и его основная функция - "Colors all posts made by user in a thread".
Снимки экрана расширения
Скачать файл CRX расширения 4chan color users
Скачайте файлы расширений 4chan color users в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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. Основная информация о расширении
| Название | |
| ID | beipdekhhnnblckcejbbppjpggbemdda |
| Официальный URL | https://chromewebstore.google.com/detail/4chan-color-users/beipdekhhnnblckcejbbppjpggbemdda |
| Описание | Colors all posts made by user in a thread |
| Размер файла | 58 KB |
| Количество установок | 101 |
| Текущая Версия | 1.12 |
| Последнее Обновление | 2012-05-17 |
| Дата публикации | 2012-05-17 |
| Рейтинг | 3.40/5 Всего 5 оценок |
| Разработчик | Mike |
| Тип оплаты | free |
| Поддерживаемые языки | 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
} | |