Reddit Watchdog

Insight into Reddit user's commenting habits

什麼是Reddit Watchdog?

Reddit Watchdog是由sort.py開發的Chrome擴展程式,該擴展的主要功能是“Insight into Reddit user's commenting habits”。

擴展截圖

screenshot

下載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 Reddit Watchdog
ID degcbdmlgbidbiaadbffaofdeflbkell
官方網址 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"
    }
}