Eye Care Filters for YouTube
Eye Care Filters filters for YouTube
ما هو Eye Care Filters for YouTube؟
Eye Care Filters for YouTube هو إضافة Chrome تم تطويرها بواسطة eyecaremovies، والميزة الرئيسية لها هي "Eye Care Filters filters for YouTube".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Eye Care Filters for YouTube
قم بتنزيل ملفات الامتداد Eye Care Filters for YouTube بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Long-term use of a monitor or TV screen can have a negative impact on a person's eyes, fatigue and overall health. For the purpose of reducing the evaluation of the light emission to the eyes we use edge detection algorithms. Our research results showed an average reduction in the light emission evaluation of more than 8 times compared to the original video files. We bring eye care filters to YouTube!
معلومات أساسية عن التمديد
الاسم | Eye Care Filters for YouTube |
ID | jcpkjjkeihijhliooempibldlpnhoddd |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/eye-care-filters-for-yout/jcpkjjkeihijhliooempibldlpnhoddd |
الوصف | Eye Care Filters filters for YouTube |
حجم الملف | 82.37 KB |
عدد التثبيتات | 16 |
النسخة الحالية | 1.0.0.9 |
آخر تحديث | 2021-11-27 |
تاريخ النشر | 2021-03-23 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | eyecaremovies |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://www.youtube.com/channel/UCF3tyzOvcoieHsgU88aND_Q |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Eye Care Filters for YouTube", "short_name": "Eye Care Filters for YouTube", "manifest_version": 2, "version": "1.0.0.9", "description": "Eye Care Filters filters for YouTube", "browser_action": { "default_icon": "48.png", "default_title": "Eye Care Filters for YouTube", "default_popup": "popup.html" }, "background": { "page": "background.html" }, "content_scripts": [ { "matches": [ "*:\/\/*.youtube.com\/*", "*:\/\/*.youtube-nocookie.com\/*" ], "css": [ "app_player.css" ], "js": [ "content.js" ], "run_at": "document_end", "all_frames": true } ], "permissions": [ "tabs", "storage", " |