Youtube Anti Shorts
Hide All YouTube Shorts
ما هو Youtube Anti Shorts؟
Youtube Anti Shorts هو إضافة Chrome تم تطويرها بواسطة sapondanaisriwan، والميزة الرئيسية لها هي "Hide All YouTube Shorts".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Youtube Anti Shorts
قم بتنزيل ملفات الامتداد Youtube Anti Shorts بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Hide All Shorts videos on YouTube. Source code: https://github.com/sapondanaisriwan/youtube-anti-shorts Changelog: https://github.com/sapondanaisriwan/youtube-anti-shorts/blob/main/CHANGELOD.md Bug Report: https://github.com/sapondanaisriwan/youtube-anti-shorts/issues
معلومات أساسية عن التمديد
الاسم | Youtube Anti Shorts |
ID | lfhnlieoomhlancdfhihpopgkiekbefd |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/lfhnlieoomhlancdfhihpopgkiekbefd |
الوصف | Hide All YouTube Shorts |
حجم الملف | 138 KB |
عدد التثبيتات | 21 |
النسخة الحالية | 1.0.2 |
آخر تحديث | 2023-07-20 |
تاريخ النشر | 2023-05-27 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | sapondanaisriwan |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/sapondanaisriwan/youtube-anti-shorts/ |
عنوان صفحة المساعدة | https://github.com/sapondanaisriwan/youtube-anti-shorts/issues |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Youtube Anti Shorts", "description": "Hide All YouTube Shorts", "version": "1.0.2", "permissions": [ "storage" ], "action": { "default_popup": "popup.html" }, "icons": { "16": ".\/asset\/img\/icon-16.png", "32": ".\/asset\/img\/icon-32.png", "48": ".\/asset\/img\/icon-48.png", "128": ".\/asset\/img\/icon-128.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "js": [ ".\/variables.js", ".\/init-data.js", ".\/hide-shorts.js" ] } ] } |