Mute Netflix Previews
Mute all Netflix previews that auto-start. Disables all sound on those annoying trailers from distracting your browsing experience.
ما هو Mute Netflix Previews؟
Mute Netflix Previews هو إضافة Chrome تم تطويرها بواسطة rekshaw، والميزة الرئيسية لها هي "Mute all Netflix previews that auto-start. Disables all sound on those annoying trailers from distracting your browsing experience.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Mute Netflix Previews
قم بتنزيل ملفات الامتداد Mute Netflix Previews بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This lightweight extension MUTES those annoying trailers that start when you browse Netflix. You're welcome!
معلومات أساسية عن التمديد
الاسم | Mute Netflix Previews |
ID | hhnchckoabelffmfhakenpbfhglainhk |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/mute-netflix-previews/hhnchckoabelffmfhakenpbfhglainhk |
الوصف | Mute all Netflix previews that auto-start. Disables all sound on those annoying trailers from distracting your browsing experience. |
حجم الملف | 6.69 KB |
عدد التثبيتات | 146 |
النسخة الحالية | 1.0.1 |
آخر تحديث | 2019-02-02 |
تاريخ النشر | 2019-02-02 |
تقييم | 4.89/5 مجموع تقييمات 9 |
المطور | rekshaw |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
عنوان صفحة سياسة الخصوصية | https://gist.githubusercontent.com/muttoni/5b8bf335235e27187a53662083de5fc2/raw/7922bc45b0aaa273478d508eaacd0644ffac1adf/privacypolicy.txt |
اللغات المدعومة | en-US |
manifest.json | |
{ "content_scripts": [ { "js": [ "script.js" ], "matches": [ "*:\/\/*.netflix.com\/*" ] } ], "description": "Mute all Netflix previews that auto-start. Disables all sound on those annoying trailers from distracting your browsing experience.", "icons": { "128": "128.png" }, "manifest_version": 2, "name": "Mute Netflix Previews", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.1" } |