YouTube-Auto HD
Make YouTube videos automatically play in HD.
Was ist YouTube-Auto HD?
YouTube-Auto HD ist eine Chrome-Erweiterung, die von dmd1780 entwickelt wurde, und ihr Hauptmerkmal ist "Make YouTube videos automatically play in HD.".
Erweiterungsscreenshots
YouTube-Auto HD-Erweiterungs-CRX-Datei herunterladen
Laden Sie YouTube-Auto HD-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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).
Grundlegende Informationen zur Erweiterung
Name | |
ID | moddnjecmknkeaemnblhfjlgbanafobc |
Offizielle URL | https://chrome.google.com/webstore/detail/youtube-auto-hd/moddnjecmknkeaemnblhfjlgbanafobc |
Beschreibung | Make YouTube videos automatically play in HD. |
Dateigröße | 105 KB |
Installationsanzahl | 1,197 |
Aktuelle Version | 1.3.1 |
Letztes Update | 2022-09-30 |
Veröffentlichungsdatum | 2019-02-20 |
Bewertung | 2.60/5 Insgesamt 5 Bewertungen |
Entwickler | dmd1780 |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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", " |