Reddit upvote ratio

description

什么是Reddit upvote ratio?

Reddit upvote ratio是由Yassinya开发的Chrome扩展程序,该扩展的主要功能是“description”。

扩展截图

screenshot

下载Reddit upvote ratio扩展crx文件

下载Reddit upvote ratio扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        This extension puts upvote ratio where it used to be, and gets rid of the new “X people here” indicator                    

扩展基本信息

名称 Reddit upvote ratio Reddit upvote ratio
ID pfobmldpncnhpnojdfloohfjmhjhfkdg
官方URL https://chromewebstore.google.com/detail/reddit-upvote-ratio/pfobmldpncnhpnojdfloohfjmhjhfkdg
简介 description
文件大小 12.05 KB
安装次数 357
当前版本 0.0.2
更新时间 2022-02-09
上架时间 2022-02-08
评分 5.00/5 共5次评分
开发者 Yassinya
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Reddit upvote ratio",
    "version": "0.0.2",
    "description": "description",
    "permissions": [],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.reddit.com\/*"
            ],
            "js": [
                "js\/arrive.min.js",
                "js\/content-script.js"
            ],
            "css": []
        }
    ],
    "action": {
        "default_icon": {
            "16": "images\/icons\/icon_16.png",
            "48": "images\/icons\/icon_48.png",
            "128": "images\/icons\/icon_128.png"
        }
    },
    "icons": {
        "16": "images\/icons\/icon_16.png",
        "48": "images\/icons\/icon_48.png",
        "128": "images\/icons\/icon_128.png"
    },
    "manifest_version": 3
}