Reddit Watchdog
Insight into Reddit user's commenting habits
Reddit Watchdog là gì?
Reddit Watchdog là một tiện ích mở rộng Chrome được phát triển bởi sort.py, và tính năng chính của nó là "Insight into Reddit user's commenting habits".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Reddit Watchdog
Tải xuống các tệp mở rộng Reddit Watchdog dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Reddit Watchdog |
ID | degcbdmlgbidbiaadbffaofdeflbkell |
URL Chính Thức | https://chromewebstore.google.com/detail/reddit-watchdog/degcbdmlgbidbiaadbffaofdeflbkell |
Mô tả | Insight into Reddit user's commenting habits |
Kích Thước Tệp | 176 KB |
Số Lần Cài Đặt | 22 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2017-02-25 |
Ngày Phát Hành | 2017-02-24 |
Đánh Giá | 3.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | sort.py |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |