Reddit Watchdog

Insight into Reddit user's commenting habits

Cos'è Reddit Watchdog?

Reddit Watchdog è un'estensione di Chrome sviluppata da sort.py, e la sua funzione principale è "Insight into Reddit user's commenting habits".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Reddit Watchdog

Scarica i file di estensione Reddit Watchdog 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

                        This extension was created in response to the recent Reddit mass voting and user manipulation investigation covered by Forbes and UK's Point YouTube channel. With one click, you can see detailed insight on the top 6 subreddits a user posts in and more. Theoretically, this should help weed out "shills" and astroturfer accounts from genuine Redditors.                    

Informazioni di Base sull'Estensione

Nome Reddit Watchdog Reddit Watchdog
ID degcbdmlgbidbiaadbffaofdeflbkell
URL Ufficiale https://chromewebstore.google.com/detail/reddit-watchdog/degcbdmlgbidbiaadbffaofdeflbkell
Descrizione Insight into Reddit user's commenting habits
Dimensione del File 176 KB
Conteggio Installazioni 22
Versione Corrente 1.0
Ultimo Aggiornamento 2017-02-25
Data di Pubblicazione 2017-02-24
Valutazione 3.00/5 Totale 2 Valutazioni
Sviluppatore sort.py
Tipo di Pagamento free
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Reddit Watchdog",
    "description": "Insight into Reddit user's commenting habits",
    "version": "1.0",
    "permissions": [
        "*:\/\/*.reddit.com\/**\/comments\/**"
    ],
    "web_accessible_resources": [
        "img\/spinner.gif"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.reddit.com\/**\/comments\/**"
            ],
            "css": [
                "css\/style.css"
            ],
            "js": [
                "js\/vendor.bundle.js",
                "js\/content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    }
}