YouTube Likes Ratio
Shows percent of viewers who liked the video. Useful proxy for the old like:dislike ratio.
ما هو YouTube Likes Ratio؟
YouTube Likes Ratio هو إضافة Chrome تم تطويرها بواسطة quackadoodledoo، والميزة الرئيسية لها هي "Shows percent of viewers who liked the video. Useful proxy for the old like:dislike ratio.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة YouTube Likes Ratio
قم بتنزيل ملفات الامتداد YouTube Likes Ratio بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Now that the dislike count is gone and with it the like/dislike ratio, this extension calculates the percent of viewers who liked a video, giving some idea of viewer sentiment.
معلومات أساسية عن التمديد
الاسم | YouTube Likes Ratio |
ID | lmalclgdccahfecpdlncehpnceeloppo |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/youtube-likes-ratio/lmalclgdccahfecpdlncehpnceeloppo |
الوصف | Shows percent of viewers who liked the video. Useful proxy for the old like:dislike ratio. |
حجم الملف | 22.73 KB |
عدد التثبيتات | 70 |
النسخة الحالية | 1.3.7 |
آخر تحديث | 2024-01-31 |
تاريخ النشر | 2021-11-30 |
تقييم | 3.29/5 مجموع تقييمات 7 |
المطور | quackadoodledoo |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/bzbradford/yt-likes-ratio |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "YouTube Likes Ratio", "description": "Shows percent of viewers who liked the video. Useful proxy for the old like:dislike ratio.", "version": "1.3.7", "manifest_version": 3, "host_permissions": [ "*:\/\/*.youtube.com\/*" ], "icons": { "16": "\/assets\/icon-16.png", "32": "\/assets\/icon-32.png", "48": "\/assets\/icon-48.png", "128": "\/assets\/icon-128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.youtube.com\/*" ], "js": [ "content-script.js" ] } ] } |