Reddit FRANK Detector

Detects Reddit FRANKS (Fresh Reddit Account, No Karma)

Reddit FRANK Detector क्या है?

Reddit FRANK Detector impossible द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Detects Reddit FRANKS (Fresh Reddit Account, No Karma)"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Reddit FRANK Detector एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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/
सहायता पृष्ठ 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"
    }
}