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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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/
عنوان صفحة المساعدة https://www.reddit.com/user/feeling_impossible/
عنوان صفحة سياسة الخصوصية 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"
    }
}