Reddit Watchdog
Insight into Reddit user's commenting habits
¿Qué es Reddit Watchdog?
Reddit Watchdog es una extensión de Chrome desarrollada por sort.py, y su función principal es "Insight into Reddit user's commenting habits".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Reddit Watchdog
Descarga archivos de extensión Reddit Watchdog en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | Reddit Watchdog |
ID | degcbdmlgbidbiaadbffaofdeflbkell |
URL Oficial | https://chromewebstore.google.com/detail/reddit-watchdog/degcbdmlgbidbiaadbffaofdeflbkell |
Descripción | Insight into Reddit user's commenting habits |
Tamaño del Archivo | 176 KB |
Cantidad de Instalaciones | 22 |
Versión Actual | 1.0 |
Última Actualización | 2017-02-25 |
Fecha de Publicación | 2017-02-24 |
Calificación | 3.00/5 Total de 2 Calificaciones |
Desarrollador | sort.py |
Tipo de Pago | free |
Idiomas Soportados | 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" } } |