Return Youtube Dislike Count
Returns the ability to see dislikes on the YouTube service
ما هو Return Youtube Dislike Count؟
Return Youtube Dislike Count هو إضافة Chrome تم تطويرها بواسطة hank.ventura.1958، والميزة الرئيسية لها هي "Returns the ability to see dislikes on the YouTube service".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Return Youtube Dislike Count
قم بتنزيل ملفات الامتداد Return Youtube Dislike Count بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Returns the ability to see dislikes on the YouTube service
معلومات أساسية عن التمديد
الاسم | Return Youtube Dislike Count |
ID | ffclgifakkkclleojomcjngkedfmhjfl |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/return-youtube-dislike-co/ffclgifakkkclleojomcjngkedfmhjfl |
الوصف | Returns the ability to see dislikes on the YouTube service |
حجم الملف | 47.12 KB |
عدد التثبيتات | 389 |
النسخة الحالية | 1.0.7 |
آخر تحديث | 2022-12-13 |
تاريخ النشر | 2022-12-12 |
تقييم | 3.67/5 مجموع تقييمات 3 |
المطور | hank.ventura.1958 |
البريد الإلكتروني | [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.7", "web_accessible_resources": [ { "matches": [ "*:\/\/*.youtube.com\/*" ], "resources": [ "ryd.script.js" ] } ] } |