YouSkip
Skip YouTube ads. (Sorry YouTube)
ما هو YouSkip؟
YouSkip هو إضافة Chrome تم تطويرها بواسطة felisphasma، والميزة الرئيسية لها هي "Skip YouTube ads. (Sorry YouTube)".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة YouSkip
قم بتنزيل ملفات الامتداد YouSkip بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Simple YouTube add skipper. Don't wait 5 seconds; don't wait for the add to finish. More from the developer: felisphasma.com
معلومات أساسية عن التمديد
الاسم | |
ID | mbpkkmapnldpeeefipkpahmpanomkidd |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/youskip/mbpkkmapnldpeeefipkpahmpanomkidd |
الوصف | Skip YouTube ads. (Sorry YouTube) |
حجم الملف | 13.1 KB |
عدد التثبيتات | 234 |
النسخة الحالية | 1.1 |
آخر تحديث | 2018-12-09 |
تاريخ النشر | 2018-12-09 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | felisphasma |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "YouSkip", "version": "1.1", "description": "Skip YouTube ads. (Sorry YouTube)", "permissions": [ "activeTab", "storage", "https:\/\/felisphasma.com\/projects\/YouSkip\/count.php" ], "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/watch?*", "https:\/\/youtube.com\/watch?*" ], "all_frames": true, "js": [ "app.js" ], "css": [ "style.css" ] } ], "browser_action": { "default_icon": { "16": "16.png", "24": "24.png", "32": "32.png", "64": "64.png", "128": "128.png" }, "default_popup": "popup.html" }, "icons": { "16": "16.png", "24": "24.png", "32": "32.png", "64": "64.png", "128": "128.png" }, "applications": { "gecko": { "id": "[email protected]" } }, "manifest_version": 2 } |