ClownFinder for /r/CFB & /r/NFL

Find clowns on the internet

ClownFinder for /r/CFB & /r/NFL क्या है?

ClownFinder for /r/CFB & /r/NFL dk.codes द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Find clowns on the internet"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में ClownFinder for /r/CFB & /r/NFL एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम ClownFinder for /r/CFB & /r/NFL ClownFinder for /r/CFB & /r/NFL
ID bafblnflblcnkbldaakccfbojppapdkn
आधिकारिक URL https://chromewebstore.google.com/detail/clownfinder-for-rcfb-rnfl/bafblnflblcnkbldaakccfbojppapdkn
विवरण Find clowns on the internet
फ़ाइल का आकार 3.74 KB
स्थापना संख्या 69
वर्तमान संस्करण 0.2
अंतिम अपडेट 2023-10-20
प्रकाशन तिथि 2023-09-23
डेवलपर dk.codes
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ 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"
        }
    ]
}