Expander for YouTube
This plugin implements the possibility to control size of YouTube's player
什么是Expander for YouTube?
Expander for YouTube是由KhAS开发的Chrome扩展程序,该扩展的主要功能是“This plugin implements the possibility to control size of YouTube's player”。
扩展截图
下载Expander for YouTube扩展crx文件
下载Expander for YouTube扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This plugin allows you to easily change the size of the video in Youtube, even using the mouse wheel. When switching between video video size remains constant. Этот плагин позволяет вам легко изменять размер видео в Youtube, используя даже колесо мыши. При переходе между видеозаписями размер видео остается постоянным.
扩展基本信息
名称 | |
ID | chajepccdlakdepgeiegefbemmpaogdo |
官方URL | https://chrome.google.com/webstore/detail/expander-for-youtube/chajepccdlakdepgeiegefbemmpaogdo |
简介 | This plugin implements the possibility to control size of YouTube's player |
文件大小 | 51.98 KB |
安装次数 | 27 |
当前版本 | 0.12 |
更新时间 | 2013-08-26 |
上架时间 | 2013-08-26 |
评分 | 1.00/5 共1次评分 |
开发者 | KhAS |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "This plugin implements the possibility to control size of YouTube's player", "name": "Expander for YouTube", "version": "0.12", "manifest_version": 2, "permissions": [ "http:\/\/www.youtube.com\/*", "https:\/\/www.youtube.com\/*" ], "icons": { "128": "icons\/logo128.png", "48": "icons\/logo48.png" }, "content_scripts": [ { "matches": [ "http:\/\/www.youtube.com\/*" ], "js": [ "jquery.js", "jquery.mousewheel.js", "jquery.hashchange.js" ], "run_at": "document_start" }, { "matches": [ "http:\/\/www.youtube.com\/*" ], "js": [ "content.js" ], "css": [ "css\/content.css" ], "run_at": "document_end" } ] } |