ClownFinder for /r/CFB & /r/NFL

Find clowns on the internet

Apa itu ClownFinder for /r/CFB & /r/NFL?

ClownFinder for /r/CFB & /r/NFL adalah ekstensi Chrome yang dikembangkan oleh dk.codes, dan fitur utamanya adalah "Find clowns on the internet".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi ClownFinder for /r/CFB & /r/NFL

Unduh file ekstensi ClownFinder for /r/CFB & /r/NFL 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

                        For use at reddit.com/r/cfb and reddit.com/r/nfl.

Any regular user of /r/cfb knows that one of the cultural cornerstones of the forum is the use of flair to differentiate between established members of the community, and interlopers who hide behind their lack of team allegiance. With the new ClownFinder for /r/CFB extension, interlopers will now be easily tagged in a way that is indistinguishable from the existing flair system for Reddit.

- uses advanced pattern-matching technology to find mark bad-faith users participating in the discussion
- dynamically finds more clowns when more comments are loaded
- helpfully differentiates between regulars and interlopers.                    

Informasi Dasar Ekstensi

Nama ClownFinder for /r/CFB & /r/NFL ClownFinder for /r/CFB & /r/NFL
ID bafblnflblcnkbldaakccfbojppapdkn
URL Resmi https://chromewebstore.google.com/detail/clownfinder-for-rcfb-rnfl/bafblnflblcnkbldaakccfbojppapdkn
Deskripsi Find clowns on the internet
Ukuran File 3.74 KB
Jumlah Instalasi 69
Versi Saat Ini 0.2
Terakhir Diperbarui 2023-10-20
Tanggal Publikasi 2023-09-23
Pengembang dk.codes
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "ClownFinder for \/r\/CFB & \/r\/NFL",
    "version": "0.2",
    "description": "Find clowns on the internet",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.reddit.com\/r\/CFB\/*",
                "*:\/\/*.reddit.com\/r\/nfl\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_idle"
        }
    ]
}