Reddit upvote ratio

description

Reddit upvote ratioคืออะไร?

Reddit upvote ratio เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Yassinya และคุณลักษณะหลักของมันคือ "description"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Reddit upvote ratio

ดาวน์โหลดไฟล์ส่วนขยาย 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
}