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
官方網址 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"
    }
}