Eye Care Filters for YouTube
Eye Care Filters filters for YouTube
Eye Care Filters for YouTube क्या है?
Eye Care Filters for YouTube eyecaremovies द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Eye Care Filters filters for YouTube"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Eye Care Filters for YouTube एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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", " |