ClownFinder for /r/CFB & /r/NFL
Find clowns on the internet
What is ClownFinder for /r/CFB & /r/NFL?
ClownFinder for /r/CFB & /r/NFL is a Chrome extension developed by dk.codes, and its main feature is "Find clowns on the internet".
Extension Screenshots
Download ClownFinder for /r/CFB & /r/NFL Extension CRX File
Download ClownFinder for /r/CFB & /r/NFL extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | ClownFinder for /r/CFB & /r/NFL |
ID | bafblnflblcnkbldaakccfbojppapdkn |
Official URL | https://chromewebstore.google.com/detail/clownfinder-for-rcfb-rnfl/bafblnflblcnkbldaakccfbojppapdkn |
Description | Find clowns on the internet |
File Size | 3.74 KB |
Installation Count | 69 |
Current Version | 0.2 |
Last Updated | 2023-10-20 |
Publish Date | 2023-09-23 |
Developer | dk.codes |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } ] } |