4chan color users

Colors all posts made by user in a thread

Qu'est-ce que 4chan color users ?

4chan color users est une extension Chrome développée par Mike, et sa fonction principale est "Colors all posts made by user in a thread".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension 4chan color users

Téléchargez les fichiers d'extension 4chan color users au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom 4chan color users 4chan color users
ID beipdekhhnnblckcejbbppjpggbemdda
URL Officiel https://chromewebstore.google.com/detail/4chan-color-users/beipdekhhnnblckcejbbppjpggbemdda
Description Colors all posts made by user in a thread
Taille du Fichier 58 KB
Nombre d'Installations 101
Version Actuelle 1.12
Dernière Mise à Jour 2012-05-17
Date de Publication 2012-05-17
Évaluation 3.40/5 Total 5 Évaluations
Développeur Mike
Type de Paiement free
Langues Prises en Charge 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
}