Reddit FRANK Detector

Detects Reddit FRANKS (Fresh Reddit Account, No Karma)

Reddit FRANK Detectorคืออะไร?

Reddit FRANK Detector เป็นส่วนขยายของ Chrome ที่พัฒนาโดย impossible และคุณลักษณะหลักของมันคือ "Detects Reddit FRANKS (Fresh Reddit Account, No Karma)"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Reddit FRANK Detector

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    }
}