Reddit Watchdog

Insight into Reddit user's commenting habits

Qu'est-ce que Reddit Watchdog ?

Reddit Watchdog est une extension Chrome développée par sort.py, et sa fonction principale est "Insight into Reddit user's commenting habits".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Reddit Watchdog

Téléchargez les fichiers d'extension Reddit Watchdog au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Reddit Watchdog Reddit Watchdog
ID degcbdmlgbidbiaadbffaofdeflbkell
URL Officiel https://chromewebstore.google.com/detail/reddit-watchdog/degcbdmlgbidbiaadbffaofdeflbkell
Description Insight into Reddit user's commenting habits
Taille du Fichier 176 KB
Nombre d'Installations 22
Version Actuelle 1.0
Dernière Mise à Jour 2017-02-25
Date de Publication 2017-02-24
Évaluation 3.00/5 Total 2 Évaluations
Développeur sort.py
Type de Paiement free
Langues Prises en Charge 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"
    }
}