youtube skipz addz
Skip Ad on youtube like a Nice person
ما هو youtube skipz addz؟
youtube skipz addz هو إضافة Chrome تم تطويرها بواسطة Neeraj Verma، والميزة الرئيسية لها هي "Skip Ad on youtube like a Nice person".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة youtube skipz addz
قم بتنزيل ملفات الامتداد youtube skipz addz بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Are you also too lazy to click on the Skip Ad button? This extension will click on the Skip Ad for you. So just start your YouTube marathon, and let it skip ad for you, like a nice person, after the timer allows you to.
معلومات أساسية عن التمديد
الاسم | |
ID | hepakdehmhacbieccgcnenlkdnoapjdn |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/youtube-skipz-addz/hepakdehmhacbieccgcnenlkdnoapjdn |
الوصف | Skip Ad on youtube like a Nice person |
حجم الملف | 23.28 KB |
عدد التثبيتات | 64 |
النسخة الحالية | 0.0.5 |
آخر تحديث | 2018-12-05 |
تاريخ النشر | 2018-12-05 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | Neeraj Verma |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "version": "0.0.5", "manifest_version": 2, "description": "__MSG_appDescription__", "icons": { "16": "images\/icon-16.png", "128": "images\/icon-128.png" }, "default_locale": "en", "background": { "scripts": [ "scripts\/background.js" ] }, "permissions": [ "tabs", "storage" ], "content_scripts": [ { "matches": [ "https:\/\/*.youtube.com\/*" ], "js": [ "scripts\/contentscript.js" ], "run_at": "document_end", "all_frames": false } ], "browser_action": { "default_popup": "popup.html" } } |