Reddit upvote ratio

description

ما هو Reddit upvote ratio؟

Reddit upvote ratio هو إضافة Chrome تم تطويرها بواسطة Yassinya، والميزة الرئيسية لها هي "description".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Reddit upvote ratio

قم بتنزيل ملفات الامتداد Reddit upvote ratio بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
}