YouMute
Automatically mute and skip YouTube™ video ads
ما هو YouMute؟
YouMute هو إضافة Chrome تم تطويرها بواسطة Sun City Design، والميزة الرئيسية لها هي "Automatically mute and skip YouTube™ video ads".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة YouMute
قم بتنزيل ملفات الامتداد YouMute بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Simplify your viewing experience by having the "Skip ad" button automatically clicked for you as soon as it becomes available.
معلومات أساسية عن التمديد
الاسم | YouMute |
ID | bhlmjoeobnofoajffmnpcahfaffihmbh |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/youmute/bhlmjoeobnofoajffmnpcahfaffihmbh |
الوصف | Automatically mute and skip YouTube™ video ads |
حجم الملف | 53.66 KB |
عدد التثبيتات | 7,849 |
النسخة الحالية | 0.2.0 |
آخر تحديث | 2023-11-20 |
تاريخ النشر | 2018-12-31 |
تقييم | 4.26/5 مجموع تقييمات 90 |
المطور | Sun City Design |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
عنوان صفحة سياسة الخصوصية | https://sshongru.github.io/YouMute/privacy.html |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "YouMute", "short_name": "YouMute", "description": "Automatically mute and skip YouTube\u2122 video ads", "version": "0.2.0", "manifest_version": 3, "icons": { "128": "logo.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "js": [ "inject.js" ], "css": [ "inject.css" ] } ] } |