YouTube Like Ratio Preview

Displays the YouTube video's like ratio on its thumbnail

ما هو YouTube Like Ratio Preview؟

YouTube Like Ratio Preview هو إضافة Chrome تم تطويرها بواسطة Adam Gordon، والميزة الرئيسية لها هي "Displays the YouTube video's like ratio on its thumbnail".

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

screenshot
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة YouTube Like Ratio Preview

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

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

                        Find out if a video is worth watching by previewing it's like ratio before you click on it.

This Extension utilizes a similar design to YouTube™ to keep things sleek and cohesive. View the like ratio from every possible page on YouTube™ with seamless automatic updates as you scroll and browse.


YouTube™ is a trademark of Google LLC.                    

معلومات أساسية عن التمديد

الاسم YouTube Like Ratio Preview YouTube Like Ratio Preview
ID oaoblkfmjnfpkpiialnpdhchjplknfjj
عنوان URL الرسمي https://chrome.google.com/webstore/detail/youtube-like-ratio-previe/oaoblkfmjnfpkpiialnpdhchjplknfjj
الوصف Displays the YouTube video's like ratio on its thumbnail
حجم الملف 13.26 KB
عدد التثبيتات 715
النسخة الحالية 2.0.10
آخر تحديث 2022-02-09
تاريخ النشر 2020-12-17
تقييم 4.13/5 مجموع تقييمات 15
المطور Adam Gordon
البريد الإلكتروني [email protected]
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "YouTube Like Ratio Preview",
    "version": "2.0.10",
    "manifest_version": 3,
    "author": "Adam Gordon",
    "description": "Displays the YouTube video's like ratio on its thumbnail",
    "host_permissions": [
        "*:\/\/*.youtube.com\/*"
    ],
    "icons": {
        "16": "youtubeThumbsUp16.png",
        "48": "youtubeThumbsUp48.png",
        "128": "youtubeThumbsUp128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "action": {
        "default_title": "YouTube Like Ratio"
    }
}