Reddit upvote ratio

description

Reddit upvote ratio là gì?

Reddit upvote ratio là một tiện ích mở rộng Chrome được phát triển bởi Yassinya, và tính năng chính của nó là "description".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Reddit upvote ratio

Tải xuống các tệp mở rộng Reddit upvote ratio dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Reddit upvote ratio Reddit upvote ratio
ID pfobmldpncnhpnojdfloohfjmhjhfkdg
URL Chính Thức https://chromewebstore.google.com/detail/reddit-upvote-ratio/pfobmldpncnhpnojdfloohfjmhjhfkdg
Mô tả description
Kích Thước Tệp 12.05 KB
Số Lần Cài Đặt 357
Phiên Bản Hiện Tại 0.0.2
Cập Nhật Lần Cuối 2022-02-09
Ngày Phát Hành 2022-02-08
Đánh Giá 5.00/5 Tổng số 5 Đánh Giá
Nhà Phát Triển Yassinya
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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
}