YT Overlay Disabler
Enable/disable YouTube channel and video overlay at the end of videos.
ما هو YT Overlay Disabler؟
YT Overlay Disabler هو إضافة Chrome تم تطويرها بواسطة jose_rullva، والميزة الرئيسية لها هي "Enable/disable YouTube channel and video overlay at the end of videos.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة YT Overlay Disabler
قم بتنزيل ملفات الامتداد YT Overlay Disabler بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Enable/disable YouTube channel and video overlay at the end of videos.
It is by default enabled every time you refresh the page or load a new video, since it isn't usually necessary to disable it. معلومات أساسية عن التمديد
| الاسم | |
| ID | chllpcnchiklhmenljaikomogckgfhph |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/yt-overlay-disabler/chllpcnchiklhmenljaikomogckgfhph |
| الوصف | Enable/disable YouTube channel and video overlay at the end of videos. |
| حجم الملف | 18.59 KB |
| عدد التثبيتات | 20 |
| النسخة الحالية | 1.1 |
| آخر تحديث | 2022-01-09 |
| تاريخ النشر | 2022-01-04 |
| تقييم | 1.00/5 مجموع تقييمات 1 |
| المطور | jose_rullva |
| البريد الإلكتروني | [email protected] |
| نوع الدفع | free |
| اللغات المدعومة | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "YT Overlay Disabler",
"description": "Enable\/disable YouTube channel and video overlay at the end of videos.",
"version": "1.1",
"manifest_version": 3,
"content_scripts": [
{
"matches": [
"https:\/\/www.youtube.com\/*"
],
"js": [
"overlay.js"
]
}
],
"action": {
"default_icon": {
"16": "\/images\/icon16.png",
"32": "\/images\/icon32.png",
"48": "\/images\/icon48.png",
"128": "\/images\/icon128.png"
}
},
"icons": {
"16": "\/images\/icon16.png",
"32": "\/images\/icon32.png",
"48": "\/images\/icon48.png",
"128": "\/images\/icon128.png"
}
} | |