Reddit Watchdog
Insight into Reddit user's commenting habits
Что такое Reddit Watchdog?
Reddit Watchdog - это расширение Chrome, разработанное sort.py, и его основная функция - "Insight into Reddit user's commenting habits".
Снимки экрана расширения
Скачать файл CRX расширения Reddit Watchdog
Скачайте файлы расширений Reddit Watchdog в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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.
Основная информация о расширении
Название | Reddit Watchdog |
ID | degcbdmlgbidbiaadbffaofdeflbkell |
Официальный URL | https://chromewebstore.google.com/detail/reddit-watchdog/degcbdmlgbidbiaadbffaofdeflbkell |
Описание | Insight into Reddit user's commenting habits |
Размер файла | 176 KB |
Количество установок | 22 |
Текущая Версия | 1.0 |
Последнее Обновление | 2017-02-25 |
Дата публикации | 2017-02-24 |
Рейтинг | 3.00/5 Всего 2 оценок |
Разработчик | sort.py |
Тип оплаты | free |
Поддерживаемые языки | 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" } } |