Reddit FRANK Detector

Detects Reddit FRANKS (Fresh Reddit Account, No Karma)

Reddit FRANK Detector là gì?

Reddit FRANK Detector là một tiện ích mở rộng Chrome được phát triển bởi impossible, và tính năng chính của nó là "Detects Reddit FRANKS (Fresh Reddit Account, No Karma)".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Reddit FRANK Detector

Tải xuống các tệp mở rộng Reddit FRANK Detector dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Reddit FRANK Detector Reddit FRANK Detector
ID cdlniegonhfdpmbfkchckkdnbfjjejha
URL Chính Thức https://chromewebstore.google.com/detail/reddit-frank-detector/cdlniegonhfdpmbfkchckkdnbfjjejha
Mô tả Detects Reddit FRANKS (Fresh Reddit Account, No Karma)
Kích Thước Tệp 48.7 KB
Số Lần Cài Đặt 109
Phiên Bản Hiện Tại 0.7
Cập Nhật Lần Cuối 2018-03-17
Ngày Phát Hành 2018-03-17
Đánh Giá 3.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển impossible
Loại Thanh Toán free
Trang Web Mở Rộng https://www.reddit.com/user/feeling_impossible/
URL Trang Trợ Giúp https://www.reddit.com/user/feeling_impossible/
URL Trang Chính Sách Bảo Mật https://docs.google.com/document/d/e/2PACX-1vRJ8JaPrbZKiVU6LqQsby6O81Pf7QXoP11pkZPKdyduROpE7BMHrm6U7pNBdfxRgBfJMCRS5K8VJv1d/pub
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}