4chan color users

Colors all posts made by user in a thread

4chan color users क्या है?

4chan color users Mike द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Colors all posts made by user in a thread"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में 4chan color users एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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.                    

एक्सटेंशन की मूल जानकारी

नाम 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
}