ClownFinder for /r/CFB & /r/NFL

Find clowns on the internet

¿Qué es ClownFinder for /r/CFB & /r/NFL?

ClownFinder for /r/CFB & /r/NFL es una extensión de Chrome desarrollada por dk.codes, y su función principal es "Find clowns on the internet".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión ClownFinder for /r/CFB & /r/NFL

Descarga archivos de extensión ClownFinder for /r/CFB & /r/NFL en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre ClownFinder for /r/CFB & /r/NFL ClownFinder for /r/CFB & /r/NFL
ID bafblnflblcnkbldaakccfbojppapdkn
URL Oficial https://chromewebstore.google.com/detail/clownfinder-for-rcfb-rnfl/bafblnflblcnkbldaakccfbojppapdkn
Descripción Find clowns on the internet
Tamaño del Archivo 3.74 KB
Cantidad de Instalaciones 69
Versión Actual 0.2
Última Actualización 2023-10-20
Fecha de Publicación 2023-09-23
Desarrollador dk.codes
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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"
        }
    ]
}