Autoskip for YouTube 2.0
Automatically skips the YouTube ads. 🚫
ما هو Autoskip for YouTube 2.0؟
Autoskip for YouTube 2.0 هو إضافة Chrome تم تطويرها بواسطة office، والميزة الرئيسية لها هي "Automatically skips the YouTube ads. 🚫".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Autoskip for YouTube 2.0
قم بتنزيل ملفات الامتداد Autoskip for YouTube 2.0 بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
⬇️ Easy to set up ⬇️:
1. Install and add the extension to Chrome.
2. That’s all you’ll have to do, it will now automatically click the Ad 'Skip' button while a YouTube video 🎥 is being played.
✨ Features ✨
1. Works on Youtube.
2. Could be combined with general-purpose ad blockers to block the ads altogether.
This extension will auto-skip the ads to improve your YouTube experience. معلومات أساسية عن التمديد
| الاسم | |
| ID | gcgihkjcccpnahfhhkghlhncdaamjccc |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/autoskip-for-youtube-20/gcgihkjcccpnahfhhkghlhncdaamjccc |
| الوصف | Automatically skips the YouTube ads. 🚫 |
| حجم الملف | 8.18 KB |
| عدد التثبيتات | 137 |
| النسخة الحالية | 1.0 |
| آخر تحديث | 2023-03-25 |
| تاريخ النشر | 2023-03-24 |
| تقييم | 4.00/5 مجموع تقييمات 4 |
| المطور | office |
| البريد الإلكتروني | [email protected] |
| نوع الدفع | free |
| عنوان صفحة سياسة الخصوصية | https://docs.google.com/document/d/1dQ9QQunN7RQXo0BTH2QpKX7RV1nUpE3QSjNjWpCGjVM/edit?usp=sharing |
| اللغات المدعومة | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Autoskip for YouTube 2.0",
"version": "1.0",
"icons": {
"128": "icon_128.png"
},
"description": "Automatically skips the YouTube ads. \ud83d\udeab",
"content_scripts": [
{
"matches": [
"https:\/\/*.YouTube.com\/*"
],
"js": [
"content.js"
]
}
],
"manifest_version": 3
} | |