Reddit Watchdog
Insight into Reddit user's commenting habits
O que é Reddit Watchdog?
Reddit Watchdog é uma extensão do Chrome desenvolvida por sort.py, e sua principal característica é "Insight into Reddit user's commenting habits".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Reddit Watchdog
Baixe arquivos de extensão Reddit Watchdog no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Reddit Watchdog |
ID | degcbdmlgbidbiaadbffaofdeflbkell |
URL Oficial | https://chromewebstore.google.com/detail/reddit-watchdog/degcbdmlgbidbiaadbffaofdeflbkell |
Descrição | Insight into Reddit user's commenting habits |
Tamanho do Arquivo | 176 KB |
Contagem de Instalações | 22 |
Versão Atual | 1.0 |
Última Atualização | 2017-02-25 |
Data de Publicação | 2017-02-24 |
Classificação | 3.00/5 Total de 2 Avaliações |
Desenvolvedor | sort.py |
Tipo de Pagamento | free |
Idiomas Suportados | 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" } } |