YouTube-Auto HD
Make YouTube videos automatically play in HD.
什么是YouTube-Auto HD?
YouTube-Auto HD是由dmd1780开发的Chrome扩展程序,该扩展的主要功能是“Make YouTube videos automatically play in HD.”。
扩展截图
下载YouTube-Auto HD扩展crx文件
下载YouTube-Auto HD扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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).
扩展基本信息
名称 | |
ID | moddnjecmknkeaemnblhfjlgbanafobc |
官方URL | https://chrome.google.com/webstore/detail/youtube-auto-hd/moddnjecmknkeaemnblhfjlgbanafobc |
简介 | Make YouTube videos automatically play in HD. |
文件大小 | 105 KB |
安装次数 | 1,197 |
当前版本 | 1.3.1 |
更新时间 | 2022-09-30 |
上架时间 | 2019-02-20 |
评分 | 2.60/5 共5次评分 |
开发者 | dmd1780 |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | 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", " |