Video Quality Settings for YouTube™ (HD/4K)
Watch YouTube™ in your preferred video quality, such as 720p, 1080p, 1440p and 2160p.
Video Quality Settings for YouTube™ (HD/4K) क्या है?
Video Quality Settings for YouTube™ (HD/4K) https://armin.dev द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Watch YouTube™ in your preferred video quality, such as 720p, 1080p, 1440p and 2160p."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Video Quality Settings for YouTube™ (HD/4K) एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Video Quality Settings for YouTube™ is a browser extension that sets the preferred quality of YouTube™ videos, and remembers your video quality settings between sessions. Limiting the video frame rate to 30 FPS is also supported. The continued development of Video Quality Settings for YouTube™ is made possible thanks to the support of awesome backers. If you'd like to join them, please check out https://armin.dev/go/patreon The video quality is set to 1080p by default when the extension is installed, and the option can be updated from the player settings on YouTube™, or from the extension's options. Reload already opened videos for changes to take effect. Quality levels: • 4320p (8K) • 2160p (4K) • 1440p (HD) • 1080p (HD) • 720p • 480p • 360p • 240p • 144p • Auto The extension is also available for Edge and Firefox: https://github.com/dessant/youtube-video-quality#readme Reviews are not monitored for bug reports, please use GitHub for issues and feature requests. https://github.com/dessant/youtube-video-quality YouTube is a trademark of Google Inc. Use of this trademark is subject to Google Permissions.
एक्सटेंशन की मूल जानकारी
नाम | Video Quality Settings for YouTube™ (HD/4K) |
ID | hlbopkdbimgihmpcaohopplcbpanmjlb |
आधिकारिक URL | https://chromewebstore.google.com/detail/video-quality-settings-fo/hlbopkdbimgihmpcaohopplcbpanmjlb |
विवरण | Watch YouTube™ in your preferred video quality, such as 720p, 1080p, 1440p and 2160p. |
फ़ाइल का आकार | 539 KB |
स्थापना संख्या | 9,000 |
वर्तमान संस्करण | 2.0.0 |
अंतिम अपडेट | 2023-09-13 |
प्रकाशन तिथि | 2020-02-02 |
रेटिंग | 3.92/5 कुल 37 रेटिंग्स |
डेवलपर | https://armin.dev |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/dessant/youtube-video-quality#readme |
सहायता पृष्ठ URL | https://github.com/dessant/youtube-video-quality/issues |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extensionName__", "description": "__MSG_extensionDescription__", "version": "2.0.0", "author": "Armin Sebastian", "homepage_url": "https:\/\/github.com\/dessant\/youtube-video-quality", "default_locale": "en", "minimum_chrome_version": "92.0", "permissions": [ "storage", "webNavigation", "*:\/\/*.youtube.com\/*", "*:\/\/www.youtube-nocookie.com\/*" ], "content_security_policy": "default-src 'self'; img-src 'self' data:; style-src 'self' 'unsafe-inline'; connect-src *; media-src 'none'; object-src 'none'; child-src 'none'; form-action 'none';", "icons": { "16": "src\/assets\/icons\/app\/icon-16.png", "19": "src\/assets\/icons\/app\/icon-19.png", "24": "src\/assets\/icons\/app\/icon-24.png", "32": "src\/assets\/icons\/app\/icon-32.png", "38": "src\/assets\/icons\/app\/icon-38.png", "48": "src\/assets\/icons\/app\/icon-48.png", "64": "src\/assets\/icons\/app\/icon-64.png", "96": "src\/assets\/icons\/app\/icon-96.png", "128": "src\/assets\/icons\/app\/icon-128.png" }, "browser_action": { "default_icon": { "16": "src\/assets\/icons\/app\/icon-16.png", "19": "src\/assets\/icons\/app\/icon-19.png", "24": "src\/assets\/icons\/app\/icon-24.png", "32": "src\/assets\/icons\/app\/icon-32.png", "38": "src\/assets\/icons\/app\/icon-38.png", "48": "src\/assets\/icons\/app\/icon-48.png", "64": "src\/assets\/icons\/app\/icon-64.png", "96": "src\/assets\/icons\/app\/icon-96.png", "128": "src\/assets\/icons\/app\/icon-128.png" } }, "options_ui": { "page": "src\/options\/index.html", "chrome_style": false, "open_in_tab": true }, "background": { "page": "src\/background\/index.html" }, "content_scripts": [ { "matches": [ "*:\/\/www.youtube.com\/*", "*:\/\/www.youtube-nocookie.com\/*" ], "all_frames": true, "run_at": "document_start", "js": [ "src\/base\/script.js" ] } ], "incognito": "split" } |