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
官方URL 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"
    }
}