Reddit Hide Votes

Hide vote counts

什麼是Reddit Hide Votes?

Reddit Hide Votes是由https://deejdesigns.com開發的Chrome擴展程式,該擴展的主要功能是“Hide vote counts”。

下載Reddit Hide Votes擴展crx文件

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

擴展使用說明

                        Hide vote counts on reddit.                    

擴展基本資訊

名稱 Reddit Hide Votes Reddit Hide Votes
ID nmcaldfaheeenocpfcejfgbhlbpahmhe
官方網址 https://chromewebstore.google.com/detail/reddit-hide-votes/nmcaldfaheeenocpfcejfgbhlbpahmhe
簡介 Hide vote counts
檔案大小 96.7 KB
安裝次數 41
目前版本 0.0.12
更新時間 2017-01-15
上架時間 2017-01-15
評分 3.25/5 共 12 次評分
開發者 https://deejdesigns.com
付費類型 free
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Reddit Hide Votes",
    "description": "Hide vote counts",
    "version": "0.0.12",
    "author": "DeejDesigns.com",
    "web_accessible_resources": [
        "\/scripts\/jquery-1.10.1.min.map"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.reddit.com\/*"
            ],
            "js": [
                "\/scripts\/jquery.js",
                "\/scripts\/script.js"
            ],
            "css": [
                "\/styles\/style.css"
            ],
            "run_at": "document_start"
        }
    ],
    "icons": {
        "128": "icon.png"
    }
}