Reddit Watchdog

Insight into Reddit user's commenting habits

Wat is Reddit Watchdog?

Reddit Watchdog is een Chrome-extensie ontwikkeld door sort.py, en de belangrijkste functie is "Insight into Reddit user's commenting habits".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Reddit Watchdog

Download Reddit Watchdog-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Reddit Watchdog Reddit Watchdog
ID degcbdmlgbidbiaadbffaofdeflbkell
Officiële URL https://chromewebstore.google.com/detail/reddit-watchdog/degcbdmlgbidbiaadbffaofdeflbkell
Beschrijving Insight into Reddit user's commenting habits
Bestandsgrootte 176 KB
Aantal Installaties 22
Huidige Versie 1.0
Laatst Bijgewerkt 2017-02-25
Publicatiedatum 2017-02-24
Beoordeling 3.00/5 Totaal 2 Beoordelingen
Ontwikkelaar sort.py
Betalingswijze free
Ondersteunde Talen 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"
    }
}