mySkip
Extension for automatically skipping video ads and closing banner ads on YouTube
ما هو mySkip؟
mySkip هو إضافة Chrome تم تطويرها بواسطة thedaviddelta، والميزة الرئيسية لها هي "Extension for automatically skipping video ads and closing banner ads on YouTube".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة mySkip
قم بتنزيل ملفات الامتداد mySkip بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This extension is basically formed by a simple script that uses an observer to detect and skip/close any new ad (video or banner) on a YouTube video.
معلومات أساسية عن التمديد
الاسم | mySkip |
ID | ohmcfchlgaajmendoliochefcnbhdibb |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/myskip/ohmcfchlgaajmendoliochefcnbhdibb |
الوصف | Extension for automatically skipping video ads and closing banner ads on YouTube |
حجم الملف | 7.14 KB |
عدد التثبيتات | 263 |
النسخة الحالية | 1.2 |
آخر تحديث | 2020-03-04 |
تاريخ النشر | 2020-03-03 |
المطور | thedaviddelta |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "mySkip", "description": "Extension for automatically skipping video ads and closing banner ads on YouTube", "version": "1.2", "content_scripts": [ { "matches": [ "*:\/\/*.youtube.com\/*" ], "js": [ "main.js" ] } ], "icons": { "128": "icon.png" } } |