Reddit Watchdog
Insight into Reddit user's commenting habits
Reddit Watchdogとは何ですか?
Reddit Watchdogはsort.pyによって開発されたChromeの拡張機能で、その主な機能は「Insight into Reddit user's commenting habits」です。
拡張機能のスクリーンショット
Reddit Watchdog拡張機能のCRXファイルをダウンロード
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" } } |