Reddit FRANK Detector

Detects Reddit FRANKS (Fresh Reddit Account, No Karma)

Cos'è Reddit FRANK Detector?

Reddit FRANK Detector è un'estensione di Chrome sviluppata da impossible, e la sua funzione principale è "Detects Reddit FRANKS (Fresh Reddit Account, No Karma)".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Reddit FRANK Detector

Scarica i file di estensione Reddit FRANK Detector in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Reddit FRANK Detector Reddit FRANK Detector
ID cdlniegonhfdpmbfkchckkdnbfjjejha
URL Ufficiale https://chromewebstore.google.com/detail/reddit-frank-detector/cdlniegonhfdpmbfkchckkdnbfjjejha
Descrizione Detects Reddit FRANKS (Fresh Reddit Account, No Karma)
Dimensione del File 48.7 KB
Conteggio Installazioni 109
Versione Corrente 0.7
Ultimo Aggiornamento 2018-03-17
Data di Pubblicazione 2018-03-17
Valutazione 3.00/5 Totale 2 Valutazioni
Sviluppatore impossible
Tipo di Pagamento free
Sito Web dell'Estensione https://www.reddit.com/user/feeling_impossible/
URL della Pagina di Aiuto https://www.reddit.com/user/feeling_impossible/
URL della Pagina della Politica sulla Privacy https://docs.google.com/document/d/e/2PACX-1vRJ8JaPrbZKiVU6LqQsby6O81Pf7QXoP11pkZPKdyduROpE7BMHrm6U7pNBdfxRgBfJMCRS5K8VJv1d/pub
Lingue Supportate 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"
    }
}