Reddit upvote ratio

description

What is Reddit upvote ratio?

Reddit upvote ratio is a Chrome extension developed by Yassinya, and its main feature is "description".

Extension Screenshots

screenshot

Download Reddit upvote ratio Extension CRX File

Download Reddit upvote ratio extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Reddit upvote ratio Reddit upvote ratio
ID pfobmldpncnhpnojdfloohfjmhjhfkdg
Official URL https://chromewebstore.google.com/detail/reddit-upvote-ratio/pfobmldpncnhpnojdfloohfjmhjhfkdg
Description description
File Size 12.05 KB
Installation Count 357
Current Version 0.0.2
Last Updated 2022-02-09
Publish Date 2022-02-08
Rating 5.00/5 Total 5 Ratings
Developer Yassinya
Email [email protected]
Payment Type free
Supported Languages 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
}