Youtube Dislike Count
Add dislike count back to YouTube.
ما هو Youtube Dislike Count؟
Youtube Dislike Count هو إضافة Chrome تم تطويرها بواسطة Blake Stevenson، والميزة الرئيسية لها هي "Add dislike count back to YouTube.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Youtube Dislike Count
قم بتنزيل ملفات الامتداد Youtube Dislike Count بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Youtube has recently removed the ability for users to see the dislike counter on a video. YouTube Dislike Count utilizes the YouTube API to bring back the counter we all know and love. This lightweight extension will allow you to once again see how many dislikes a video has rather than just seeing “DISLIKE”. This allows you to gauge if the video you are about to watch is worth your time or not. How to use: 1. Install the extension 2. Open a YouTube video 3. You are done! It’s that simple.
معلومات أساسية عن التمديد
الاسم | |
ID | ekhadcgokphidnhcikkdmegkfcpefdok |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/youtube-dislike-count/ekhadcgokphidnhcikkdmegkfcpefdok |
الوصف | Add dislike count back to YouTube. |
حجم الملف | 3.64 KB |
عدد التثبيتات | 4,415 |
النسخة الحالية | 1.0 |
آخر تحديث | 2021-11-13 |
تاريخ النشر | 2021-11-13 |
تقييم | 2.86/5 مجموع تقييمات 99 |
المطور | Blake Stevenson |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://blakestevenson.me |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Youtube Dislike Count", "description": "Add dislike count back to YouTube.", "version": "1.0", "manifest_version": 3, "content_scripts": [ { "matches": [ "*:\/\/*.youtube.com\/watch?v=*" ], "js": [ "dislike.js" ] } ] } |