Disable YouTube Shorts ON OFF
Disable YouTube Shorts ON OFF YouTube Shorts to Standard Videos
ما هو Disable YouTube Shorts ON OFF؟
Disable YouTube Shorts ON OFF هو إضافة Chrome تم تطويرها بواسطة Youtube Short ON OFF، والميزة الرئيسية لها هي "Disable YouTube Shorts ON OFF YouTube Shorts to Standard Videos".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Disable YouTube Shorts ON OFF
قم بتنزيل ملفات الامتداد Disable YouTube Shorts ON OFF بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
YouTube Shorts ON OFF
Removes all Shorts from YouTube
The YouTube shorts video should be played just like any other video.
Playing YouTube Shorts videos on a standard Video is possible using an extension.
YouTube Shorts ON OFF YouTube Shorts to Standard Videos
YouTube Shorts ON OFF is now enabled by default معلومات أساسية عن التمديد
| الاسم | |
| ID | pkiligjbdajidpjlikchpofgfjhgecdp |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/disable-youtube-shorts-on/pkiligjbdajidpjlikchpofgfjhgecdp |
| الوصف | Disable YouTube Shorts ON OFF YouTube Shorts to Standard Videos |
| حجم الملف | 66.11 KB |
| عدد التثبيتات | 42 |
| النسخة الحالية | 3.0.2 |
| آخر تحديث | 2024-01-10 |
| تاريخ النشر | 2023-11-21 |
| تقييم | 5.00/5 مجموع تقييمات 1 |
| المطور | Youtube Short ON OFF |
| البريد الإلكتروني | [email protected] |
| نوع الدفع | free |
| اللغات المدعومة | en,en-GB,en-US,fr,vi,hi,kn-IN,zh-CN,zh-TW,ja |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "__MSG_appName__",
"description": "__MSG_appDesc__",
"version": "3.0.2",
"default_locale": "en_US",
"manifest_version": 3,
"background": {
"service_worker": "background.js"
},
"icons": {
"128": "icon-128.png"
},
"action": {
"default_icon": "icon-128.png",
"default_title": "Disable YouTube Shorts ON OFF"
},
"commands": {
"_execute_action": {
"description": "Switch to normal video URL",
"suggested_key": {
"default": "Alt+V"
}
}
},
"host_permissions": [
"*:\/\/youtube.com\/*",
"*:\/\/www.youtube.com\/*"
],
"permissions": [
"tabs",
"storage"
],
"short_name": "Youtube Shorts"
} | |