YouTube Auto HD & More (Open Source)
Youtube HD quality selector. Theater mode. Right click Search in Youtube. Up to 8k/4k (60fps/50fps/48fps/30fps) supported
YouTube Auto HD & More (Open Source) क्या है?
YouTube Auto HD & More (Open Source) extensioncreatorsllc द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Youtube HD quality selector. Theater mode. Right click Search in Youtube. Up to 8k/4k (60fps/50fps/48fps/30fps) supported"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में YouTube Auto HD & More (Open Source) एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Features: ✔ Fully open source: (https://github.com/sameernyaupane/youtube-auto-hd). No tracking, or any user data collection. Check the code for yourself! :) ✔ Option to Select best available quality automatically ✔ Supports up to 8k quality and (60fps/50fps/48fps/30fps) modes ✔ Theater mode toggle ✔ Right click "Search YouTube for" context menu. Select any text on a webpage then right click on it then click the context menu item to search directly on YouTube. ✔ Color Palette to choose your color theme from ✔ Dark Mode toggle ✔ Option to use Youtube's own "Auto mode" quality ✔ Lightweight: Only 24.4KiB in size ✔ Efficient: Uses Youtube's own JS event to make changes to DOM. So, very minimal resource is consumed For usage tutorial,feedback, suggestions please use: http://opensourceaddons.com/addons/youtube-auto-hd/ Link to source code: https://github.com/sameernyaupane/youtube-auto-hd Privacy Policy: This plugin does not collect any data from the user. Disclaimer: YouTube™ is a trademark of Google™. This extension is not endorsed by Google™ or YouTube™.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | jamafpflleegkoebnonmglpgocndhmfg |
आधिकारिक URL | https://chrome.google.com/webstore/detail/youtube-auto-hd-more-open/jamafpflleegkoebnonmglpgocndhmfg |
विवरण | Youtube HD quality selector. Theater mode. Right click Search in Youtube. Up to 8k/4k (60fps/50fps/48fps/30fps) supported |
फ़ाइल का आकार | 27.7 KB |
स्थापना संख्या | 2,000 |
वर्तमान संस्करण | 1.0.7 |
अंतिम अपडेट | 2019-08-27 |
प्रकाशन तिथि | 2019-08-27 |
रेटिंग | 3.89/5 कुल 28 रेटिंग्स |
डेवलपर | extensioncreatorsllc |
भुगतान के प्रकार | free |
गोपनीयता नीति पृष्ठ URL | https://bornsecret.com/privacy.html |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "YouTube Auto HD & More (Open Source)", "description": "Youtube HD quality selector. Theater mode. Right click Search in Youtube. Up to 8k\/4k (60fps\/50fps\/48fps\/30fps) supported", "version": "1.0.7", "author": "Sameer Nyaupane", "icons": { "16": "youtubehd-16.png", "48": "youtubehd-48.png", "128": "youtubehd-128.png" }, "browser_action": { "default_title": "YouTube Auto HD & More", "default_icon": "youtubehd-16.png", "default_popup": "popup.html" }, "background": { "persistent": true, "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ " |