ClownFinder for /r/CFB & /r/NFL

Find clowns on the internet

Qu'est-ce que ClownFinder for /r/CFB & /r/NFL ?

ClownFinder for /r/CFB & /r/NFL est une extension Chrome développée par dk.codes, et sa fonction principale est "Find clowns on the internet".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension ClownFinder for /r/CFB & /r/NFL

Téléchargez les fichiers d'extension ClownFinder for /r/CFB & /r/NFL 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

                        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.                    

Informations de Base sur l'Extension

Nom ClownFinder for /r/CFB & /r/NFL ClownFinder for /r/CFB & /r/NFL
ID bafblnflblcnkbldaakccfbojppapdkn
URL Officiel https://chromewebstore.google.com/detail/clownfinder-for-rcfb-rnfl/bafblnflblcnkbldaakccfbojppapdkn
Description Find clowns on the internet
Taille du Fichier 3.74 KB
Nombre d'Installations 69
Version Actuelle 0.2
Dernière Mise à Jour 2023-10-20
Date de Publication 2023-09-23
Développeur dk.codes
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
        }
    ]
}