YouTube-Auto HD
Make YouTube videos automatically play in HD.
Vad är YouTube-Auto HD?
YouTube-Auto HD är en Chrome-tillägg utvecklad av dmd1780, och dess huvudfunktion är "Make YouTube videos automatically play in HD.".
Tilläggsskärmbilder
Ladda ner YouTube-Auto HD-förlängningens CRX-fil
Ladda ner YouTube-Auto HD-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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).
Grundläggande Information om Tillägg
Namn | |
ID | moddnjecmknkeaemnblhfjlgbanafobc |
Officiell webbadress | https://chrome.google.com/webstore/detail/youtube-auto-hd/moddnjecmknkeaemnblhfjlgbanafobc |
Beskrivning | Make YouTube videos automatically play in HD. |
Filstorlek | 105 KB |
Antal Installationer | 1,197 |
Aktuell Version | 1.3.1 |
Senast Uppdaterad | 2022-09-30 |
Publiceringsdatum | 2019-02-20 |
Betyg | 2.60/5 Totalt 5 Betyg |
Utvecklare | dmd1780 |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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", " |