Reddit Up/Down Vote Viewer

This extension removes the dreaded (?|?) on Reddit. It does not account for Reddit's vote fuzzing.

什麼是Reddit Up/Down Vote Viewer?

Reddit Up/Down Vote Viewer是由Nicholas Currault開發的Chrome擴展程式,該擴展的主要功能是“This extension removes the dreaded (?|?) on Reddit. It does not account for Reddit's vote fuzzing.”。

擴展截圖

screenshot

下載Reddit Up/Down Vote Viewer擴展crx文件

下載Reddit Up/Down Vote Viewer擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                                            

擴展基本資訊

名稱 Reddit Up/Down Vote Viewer Reddit Up/Down Vote Viewer
ID oofcmapinmlnokjjigaojblalakmcohg
官方網址 https://chromewebstore.google.com/detail/reddit-updown-vote-viewer/oofcmapinmlnokjjigaojblalakmcohg
簡介 This extension removes the dreaded (?|?) on Reddit. It does not account for Reddit's vote fuzzing.
檔案大小 33.46 KB
安裝次數 24
目前版本 1.0.1
更新時間 2014-08-03
上架時間 2014-08-03
評分 1.00/5 共 1 次評分
開發者 Nicholas Currault
電子郵箱 [email protected]
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Reddit Up\/Down Vote Viewer",
    "description": "This extension removes the dreaded (?|?) on Reddit.  It does not account for Reddit's vote fuzzing.",
    "version": "1.0.1",
    "content_scripts": [
        {
            "exclude_globs": [],
            "include_globs": [
                "*"
            ],
            "js": [
                "main.user.js"
            ],
            "matches": [
                "http:\/\/reddit.com\/r\/*\/comments\/*\/*",
                "http:\/\/www.reddit.com\/r\/*\/comments\/*\/*",
                "https:\/\/reddit.com\/r\/*\/comments\/*\/*",
                "https:\/\/www.reddit.com\/r\/*\/comments\/*\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "converted_from_user_script": true
}