4chan color users

Colors all posts made by user in a thread

Vad är 4chan color users?

4chan color users är en Chrome-tillägg utvecklad av Mike, och dess huvudfunktion är "Colors all posts made by user in a thread".

Tilläggsskärmbilder

screenshot

Ladda ner 4chan color users-förlängningens CRX-fil

Ladda ner 4chan color users-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn 4chan color users 4chan color users
ID beipdekhhnnblckcejbbppjpggbemdda
Officiell webbadress https://chromewebstore.google.com/detail/4chan-color-users/beipdekhhnnblckcejbbppjpggbemdda
Beskrivning Colors all posts made by user in a thread
Filstorlek 58 KB
Antal Installationer 101
Aktuell Version 1.12
Senast Uppdaterad 2012-05-17
Publiceringsdatum 2012-05-17
Betyg 3.40/5 Totalt 5 Betyg
Utvecklare Mike
Betalningssätt free
Stödda Språk 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
}