YouTube-Auto HD
Make YouTube videos automatically play in HD.
What is YouTube-Auto HD?
YouTube-Auto HD is a Chrome extension developed by dmd1780, and its main feature is "Make YouTube videos automatically play in HD.".
Extension Screenshots
Download YouTube-Auto HD Extension CRX File
Download YouTube-Auto HD extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Make YouTube videos automatically play in HD. This is a relaunch of the orginal code of "YouTube-Auto HDTM", with the difference, that in this code is no spying code included (expl: Google Analytics).
Extension Basic Information
Name | |
ID | moddnjecmknkeaemnblhfjlgbanafobc |
Official URL | https://chrome.google.com/webstore/detail/youtube-auto-hd/moddnjecmknkeaemnblhfjlgbanafobc |
Description | Make YouTube videos automatically play in HD. |
File Size | 105 KB |
Installation Count | 1,197 |
Current Version | 1.3.1 |
Last Updated | 2022-09-30 |
Publish Date | 2019-02-20 |
Rating | 2.60/5 Total 5 Ratings |
Developer | dmd1780 |
[email protected] | |
Payment Type | free |
Supported Languages | de,en,fr,nl,no,tr,da,es,it,fi,sv,ru,hi,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "persistent": true, "scripts": [ "\/libs\/jquery.js", "\/libs\/utils.js", "\/background\/background.js" ] }, "content_scripts": [ { "all_frames": false, "js": [ "libs\/jquery.js", "libs\/utils.js", "content\/youtube.js" ], "matches": [ "*:\/\/*.youtube.com\/*" ], "run_at": "document_start" } ], "default_locale": "en", "description": "__MSG_extDescription__", "homepage_url": "http:\/\/unze4u.de", "icons": { "16": "icons\/icon-16.ico", "48": "icons\/icon-48.ico", "128": "icons\/icon-128.ico" }, "manifest_version": 2, "name": "__MSG_extName__", "options_page": "settings\/settings.htm", "page_action": { "default_icon": { "16": "icons\/icon-16.ico", "48": "icons\/icon-48.ico", "128": "icons\/icon-128.ico" }, "default_popup": "settings\/settings.htm", "default_title": "__MSG_extSettings__" }, "permissions": [ "tabs", "storage", " |