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"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ 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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ 4chan color users 4chan color users
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
}