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 |
官方網址 | 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" } ] } |