YT Shorts Blocker
Block YouTube shorts from showing up on your feed.
ما هو YT Shorts Blocker؟
YT Shorts Blocker هو إضافة Chrome تم تطويرها بواسطة Natalius، والميزة الرئيسية لها هي "Block YouTube shorts from showing up on your feed.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة YT Shorts Blocker
قم بتنزيل ملفات الامتداد YT Shorts Blocker بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Block YouTube shorts from showing up on your feed. You are still able to view them by going directly to your shorts feed.
معلومات أساسية عن التمديد
الاسم | YT Shorts Blocker |
ID | dekfemoloimmoffncaglceheghddongm |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/yt-shorts-blocker/dekfemoloimmoffncaglceheghddongm |
الوصف | Block YouTube shorts from showing up on your feed. |
حجم الملف | 31.95 KB |
عدد التثبيتات | 629 |
النسخة الحالية | 1.1.0 |
آخر تحديث | 2023-07-17 |
تاريخ النشر | 2023-05-08 |
تقييم | 4.40/5 مجموع تقييمات 5 |
المطور | Natalius |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/Natalius-dev/YT-Shorts-Blocker |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "YT Shorts Blocker", "description": "Block YouTube shorts from showing up on your feed.", "version": "1.1.0", "icons": { "16": "icon_small.png", "32": "icon_small.png", "48": "icon_large.png", "128": "icon_large.png" }, "action": { "default_icon": "icon_small.png", "default_popup": "index.html" }, "content_scripts": [ { "matches": [ "https:\/\/*.youtube.com\/*" ], "js": [ "index.js" ] } ] } |