Youtube Ad Skipper
Are you tired of clicking on Skip Ad button on Youtube Videos? We have been through this too. That's why we decided to make this…
ما هو Youtube Ad Skipper؟
Youtube Ad Skipper هو إضافة Chrome تم تطويرها بواسطة Zubair Mohsin، والميزة الرئيسية لها هي "Are you tired of clicking on Skip Ad button on Youtube Videos? We have been through this too. That's why we decided to make this…".
تحميل ملف CRX للإضافة Youtube Ad Skipper
قم بتنزيل ملفات الامتداد Youtube Ad Skipper بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Are you tired of clicking on Skip Ad button on Youtube Videos? We have been through this too. That's why we decided to make this extension to do it for you. While you are sitting on chair and watching Youtube videos in a comfy way, you don't need to move forward yourself and click on Skip Ad. By installing this app, videos that are skippable, will be skipped automatically. Happy Watching :)
معلومات أساسية عن التمديد
الاسم | |
ID | enihkpojbigcklkiniiknjplcfihheca |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/youtube-ad-skipper/enihkpojbigcklkiniiknjplcfihheca |
الوصف | Are you tired of clicking on Skip Ad button on Youtube Videos? We have been through this too. That's why we decided to make this… |
حجم الملف | 44.95 KB |
عدد التثبيتات | 663 |
النسخة الحالية | 0.1 |
آخر تحديث | 2017-12-22 |
تاريخ النشر | 2017-12-22 |
تقييم | 5.00/5 مجموع تقييمات 4 |
المطور | Zubair Mohsin |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Youtube Ad Skipper", "version": "0.1", "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "js": [ "jquery.min.js", "content.js" ] } ], "background": { "scripts": [ "background.js" ] }, "icons": { "16": "skip_16.png", "48": "skip_48.png", "128": "skip_128.png" } } |