Reddit Watchdog
Insight into Reddit user's commenting habits
What is Reddit Watchdog?
Reddit Watchdog is a Chrome extension developed by sort.py, and its main feature is "Insight into Reddit user's commenting habits".
Extension Screenshots
Download Reddit Watchdog Extension CRX File
Download Reddit Watchdog extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Reddit Watchdog |
ID | degcbdmlgbidbiaadbffaofdeflbkell |
Official URL | https://chromewebstore.google.com/detail/reddit-watchdog/degcbdmlgbidbiaadbffaofdeflbkell |
Description | Insight into Reddit user's commenting habits |
File Size | 176 KB |
Installation Count | 22 |
Current Version | 1.0 |
Last Updated | 2017-02-25 |
Publish Date | 2017-02-24 |
Rating | 3.00/5 Total 2 Ratings |
Developer | sort.py |
Payment Type | free |
Supported Languages | 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" } } |