4chan color users

Colors all posts made by user in a thread

Apa itu 4chan color users?

4chan color users adalah ekstensi Chrome yang dikembangkan oleh Mike, dan fitur utamanya adalah "Colors all posts made by user in a thread".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi 4chan color users

Unduh file ekstensi 4chan color users dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama 4chan color users 4chan color users
ID beipdekhhnnblckcejbbppjpggbemdda
URL Resmi https://chromewebstore.google.com/detail/4chan-color-users/beipdekhhnnblckcejbbppjpggbemdda
Deskripsi Colors all posts made by user in a thread
Ukuran File 58 KB
Jumlah Instalasi 101
Versi Saat Ini 1.12
Terakhir Diperbarui 2012-05-17
Tanggal Publikasi 2012-05-17
Penilaian 3.40/5 Total 5 Penilaian
Pengembang Mike
Tipe Pembayaran free
Bahasa yang Didukung 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
}