Reddit Watchdog

Insight into Reddit user's commenting habits

Was ist Reddit Watchdog?

Reddit Watchdog ist eine Chrome-Erweiterung, die von sort.py entwickelt wurde, und ihr Hauptmerkmal ist "Insight into Reddit user's commenting habits".

Erweiterungsscreenshots

screenshot

Reddit Watchdog-Erweiterungs-CRX-Datei herunterladen

Laden Sie Reddit Watchdog-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Reddit Watchdog Reddit Watchdog
ID degcbdmlgbidbiaadbffaofdeflbkell
Offizielle URL https://chromewebstore.google.com/detail/reddit-watchdog/degcbdmlgbidbiaadbffaofdeflbkell
Beschreibung Insight into Reddit user's commenting habits
Dateigröße 176 KB
Installationsanzahl 22
Aktuelle Version 1.0
Letztes Update 2017-02-25
Veröffentlichungsdatum 2017-02-24
Bewertung 3.00/5 Insgesamt 2 Bewertungen
Entwickler sort.py
Zahlungsart free
Unterstützte Sprachen 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"
    }
}