Reddit Watchdog

Insight into Reddit user's commenting habits

Co je Reddit Watchdog?

Reddit Watchdog je rozšíření Chrome vyvinuté sort.py, a jeho hlavní funkcí je „Insight into Reddit user's commenting habits“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Reddit Watchdog

Stáhněte si soubory rozšíření Reddit Watchdog ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Reddit Watchdog Reddit Watchdog
ID degcbdmlgbidbiaadbffaofdeflbkell
Oficiální URL https://chromewebstore.google.com/detail/reddit-watchdog/degcbdmlgbidbiaadbffaofdeflbkell
Popis Insight into Reddit user's commenting habits
Velikost souboru 176 KB
Počet instalací 22
Aktuální Verze 1.0
Poslední Aktualizace 2017-02-25
Datum Vydání 2017-02-24
Hodnocení 3.00/5 Celkem 2 Hodnocení
Vývojář sort.py
Typ Platby free
Podporované Jazyky 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"
    }
}