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によって開発されたChromeの拡張機能で、その主な機能は「Find clowns on the internet」です。

拡張機能のスクリーンショット

screenshot

ClownFinder for /r/CFB & /r/NFL拡張機能のCRXファイルをダウンロード

ClownFinder for /r/CFB & /r/NFL拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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"
        }
    ]
}