Show YouTube Dislikes
The extension returns the display of the counter of dislikes under the video on the YouTube service
ما هو Show YouTube Dislikes؟
Show YouTube Dislikes هو إضافة Chrome تم تطويرها بواسطة chr0meyou123، والميزة الرئيسية لها هي "The extension returns the display of the counter of dislikes under the video on the YouTube service".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Show YouTube Dislikes
قم بتنزيل ملفات الامتداد Show YouTube Dislikes بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
The extension returns the display of the counter of dislikes under the video on the YouTube service
معلومات أساسية عن التمديد
الاسم | Show YouTube Dislikes |
ID | ediahdpmagmodocmhlmjdndhbdalnibo |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/show-youtube-dislikes/ediahdpmagmodocmhlmjdndhbdalnibo |
الوصف | The extension returns the display of the counter of dislikes under the video on the YouTube service |
حجم الملف | 134 KB |
عدد التثبيتات | 61 |
النسخة الحالية | 1.0.5 |
آخر تحديث | 2023-01-11 |
تاريخ النشر | 2023-01-10 |
المطور | chr0meyou123 |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | de,en,fr,tr,es,it,pt-BR,cs,ru,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "action": { "default_popup": "popup.html" }, "background": { "service_worker": "background.js" }, "content_scripts": [ { "css": [ "content.css" ], "exclude_matches": [ "*:\/\/*.music.youtube.com\/*" ], "js": [ "content.js" ], "matches": [ "*:\/\/youtube.com\/*", "*:\/\/www.youtube.com\/*", "*:\/\/m.youtube.com\/*" ] } ], "default_locale": "en", "externally_connectable": { "matches": [ "*:\/\/*.youtube.com\/*" ] }, "host_permissions": [ "*:\/\/*\/*" ], "icons": { "128": "icons\/diz128.png", "48": "icons\/diz48.png" }, "manifest_version": 3, "name": "__MSG_extensionName__", "permissions": [ "storage" ], "version": "1.0.5", "web_accessible_resources": [ { "matches": [ "*:\/\/*.youtube.com\/*" ], "resources": [ "ryd.script.js" ] } ] } |