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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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
} | |