YouTube High Definition
This extension is powerful tool that will let you play all videos in HD and change video player size automatically.
YouTube High Definition क्या है?
YouTube High Definition https://barisderin.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension is powerful tool that will let you play all videos in HD and change video player size automatically."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में YouTube High Definition एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This extension is a powerful tool that will let you * automatically play all videos in HD * turn off annotations * change video player size * automatically stop videos * auto mute video sound * have HD support for all other YouTube videos on other external sites like Twitter, Reddit and Facebook.
एक्सटेंशन की मूल जानकारी
नाम | YouTube High Definition |
ID | dokdlgjaaaijndfajoknjbelmadhomca |
आधिकारिक URL | https://chromewebstore.google.com/detail/youtube-high-definition/dokdlgjaaaijndfajoknjbelmadhomca |
विवरण | This extension is powerful tool that will let you play all videos in HD and change video player size automatically. |
फ़ाइल का आकार | 205 KB |
स्थापना संख्या | 10,000 |
वर्तमान संस्करण | 118.0.3 |
अंतिम अपडेट | 2023-09-19 |
प्रकाशन तिथि | 2022-05-31 |
रेटिंग | 3.79/5 कुल 159 रेटिंग्स |
डेवलपर | https://barisderin.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
सहायता पृष्ठ URL | https://barisderin.com/?p=39 |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "version": "118.0.3", "name": "__MSG_appName__", "description": "__MSG_appDesc__", "default_locale": "en", "icons": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "96": "images\/icon96.png", "128": "images\/icon128.png" }, "permissions": [ "storage" ], "background": { "service_worker": "background\/background.js", "type": "module" }, "options_page": "popup\/popup.html", "action": { "default_icon": { "16": "images\/icon16.png", "24": "images\/icon24.png", "32": "images\/icon32.png" }, "default_title": "__MSG_appName__" }, "content_scripts": [ { "js": [ "scripts\/content_script.js" ], "matches": [ "*:\/\/*.youtube.com\/*" ], "run_at": "document_start", "all_frames": true } ], "host_permissions": [ " |