Youtube Skip Videos
This extension gives you the possibility to skip Youtube autoplay videos
ما هو Youtube Skip Videos؟
Youtube Skip Videos هو إضافة Chrome تم تطويرها بواسطة Megroplan، والميزة الرئيسية لها هي "This extension gives you the possibility to skip Youtube autoplay videos".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Youtube Skip Videos
قم بتنزيل ملفات الامتداد Youtube Skip Videos بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Just add a song to the blacklist and it will disappear forever the Youtube auto-play song lists. Any suggestion is appreciated.
معلومات أساسية عن التمديد
الاسم | |
ID | innnldmilgnenognmdbjljofbkbmblff |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/youtube-skip-videos/innnldmilgnenognmdbjljofbkbmblff |
الوصف | This extension gives you the possibility to skip Youtube autoplay videos |
حجم الملف | 171 KB |
عدد التثبيتات | 26 |
النسخة الحالية | 1.1.3 |
آخر تحديث | 2019-06-27 |
تاريخ النشر | 2019-06-27 |
تقييم | 4.86/5 مجموع تقييمات 7 |
المطور | Megroplan |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Youtube Skip Videos", "description": "This extension gives you the possibility to skip Youtube autoplay videos", "version": "1.1.3", "browser_action": { "default_icon": "img\/youtube.png", "default_popup": "popup.html" }, "permissions": [ "activeTab", "tabs", "contextMenus", "storage", "http:\/\/*\/*", "https:\/\/*\/*" ], "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "js": [ "js\/jquery-3.1.1.min.js", "contentYoutube.js" ], "matches": [ "https:\/\/www.youtube.com\/*" ] } ] } |