ClownFinder for /r/CFB & /r/NFL

Find clowns on the internet

O que é ClownFinder for /r/CFB & /r/NFL?

ClownFinder for /r/CFB & /r/NFL é uma extensão do Chrome desenvolvida por dk.codes, e sua principal característica é "Find clowns on the internet".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão ClownFinder for /r/CFB & /r/NFL

Baixe arquivos de extensão ClownFinder for /r/CFB & /r/NFL no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome 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
Descrição Find clowns on the internet
Tamanho do Arquivo 3.74 KB
Contagem de Instalações 69
Versão Atual 0.2
Última Atualização 2023-10-20
Data de Publicação 2023-09-23
Desenvolvedor dk.codes
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
        }
    ]
}