Reddit FRANK Detector

Detects Reddit FRANKS (Fresh Reddit Account, No Karma)

Reddit FRANK Detectorとは何ですか?

Reddit FRANK Detectorはimpossibleによって開発されたChromeの拡張機能で、その主な機能は「Detects Reddit FRANKS (Fresh Reddit Account, No Karma)」です。

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

screenshot
screenshot
screenshot
screenshot
screenshot

Reddit FRANK Detector拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        F.R.A.N.K. - Fresh Reddit Account, No Karma

This extension checks Reddit comment authors for low/negative karma and new accounts. It then flags any offending comments. To put it simply, this extension makes Reddit trolls more obvious.

This is not the world's most sophisticated troll detector but it will quickly identify the most obvious offenders. You will be surprised how many obvious trolls are hiding in virtually every thread.                    

拡張機能の基本情報

名前 Reddit FRANK Detector Reddit FRANK Detector
ID cdlniegonhfdpmbfkchckkdnbfjjejha
公式URL https://chromewebstore.google.com/detail/reddit-frank-detector/cdlniegonhfdpmbfkchckkdnbfjjejha
説明 Detects Reddit FRANKS (Fresh Reddit Account, No Karma)
ファイルサイズ 48.7 KB
インストール数 109
現在のバージョン 0.7
最終更新日 2018-03-17
公開日 2018-03-17
評価 3.00/5 合計 2 レビュー
開発者 impossible
支払い方法 free
拡張機能のウェブサイト https://www.reddit.com/user/feeling_impossible/
ヘルプページのURL https://www.reddit.com/user/feeling_impossible/
プライバシーポリシーページのURL https://docs.google.com/document/d/e/2PACX-1vRJ8JaPrbZKiVU6LqQsby6O81Pf7QXoP11pkZPKdyduROpE7BMHrm6U7pNBdfxRgBfJMCRS5K8VJv1d/pub
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Reddit FRANK Detector",
    "short_name": "FRANK Finder",
    "description": "Detects Reddit FRANKS (Fresh Reddit Account, No Karma)",
    "version": "0.7",
    "author": "impossible",
    "browser_action": {
        "default_popup": "rfd.html",
        "default_icon": "rfd16.png"
    },
    "manifest_version": 2,
    "content_scripts": [
        {
            "run_at": "document_idle",
            "css": [
                "styles.css"
            ],
            "js": [
                "jquery-3.3.1.min.js",
                "settings.js",
                "rfd.js"
            ],
            "matches": [
                "https:\/\/*.reddit.com\/*"
            ]
        }
    ],
    "permissions": [
        "storage"
    ],
    "icons": {
        "16": "rfd16.png",
        "48": "rfd48.png",
        "128": "rfd128.png"
    }
}