Youtube Manual AD Remover
Manually remove the youtube ads by pressing the ESC key (or Shift + E).
ما هو Youtube Manual AD Remover؟
Youtube Manual AD Remover هو إضافة Chrome تم تطويرها بواسطة mountaindull، والميزة الرئيسية لها هي "Manually remove the youtube ads by pressing the ESC key (or Shift + E).".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Youtube Manual AD Remover
قم بتنزيل ملفات الامتداد Youtube Manual AD Remover بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This extension allows you to remove Youtube ads by pressing ESC or Shift + E when playing Youtube videos. You can remove ads with one click without moving the cursor. Only Shift + E is valid at full screen. You cannot use skip shortcut if keyboard shortcut allocation are conflicted. Please be careful when use with another youtube extensions.
معلومات أساسية عن التمديد
الاسم | |
ID | jfbjbbfpbogjffpkcfmchfgamgioniea |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/youtube-manual-ad-remover/jfbjbbfpbogjffpkcfmchfgamgioniea |
الوصف | Manually remove the youtube ads by pressing the ESC key (or Shift + E). |
حجم الملف | 11.32 KB |
عدد التثبيتات | 375 |
النسخة الحالية | 1.3.4 |
آخر تحديث | 2024-01-12 |
تاريخ النشر | 2022-01-09 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | mountaindull |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/Keinsleif/youtube-manual-ad-remover |
عنوان صفحة المساعدة | https://docs.google.com/forms/d/e/1FAIpQLSc_ONy7O1hjhzKFgmfV6UKJ5XfzOWCZLCSIKdRPuk-uAQSSEA/viewform |
اللغات المدعومة | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_Name__", "version": "1.3.4", "description": "__MSG_Description__", "default_locale": "en", "icons": { "16": "16.png", "48": "48.png", "128": "128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.youtube.com\/*" ], "js": [ "ad-killer.js" ] } ] } |