Video Expand
Expands YouTube videos to fill your web browser window.
Video Expandとは何ですか?
Video ExpandはAwesomeによって開発されたChromeの拡張機能で、その主な機能は「Expands YouTube videos to fill your web browser window.」です。
拡張機能のスクリーンショット
Video Expand拡張機能のCRXファイルをダウンロード
Video Expand拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
拡張機能の基本情報
名前 | Video Expand |
ID | nipckkeelhekmngnbhhdkakjjlfkilpc |
公式URL | https://chromewebstore.google.com/detail/video-expand/nipckkeelhekmngnbhhdkakjjlfkilpc |
説明 | Expands YouTube videos to fill your web browser window. |
ファイルサイズ | 8.81 KB |
インストール数 | 393 |
現在のバージョン | 1.0 |
最終更新日 | 2016-05-13 |
公開日 | 2016-05-13 |
評価 | 3.25/5 合計 4 レビュー |
開発者 | Awesome |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Video Expand", "version": "1.0", "description": "Expands YouTube videos to fill your web browser window.", "icons": { "16": "icons\/icon_16x16.png", "48": "icons\/icon_48x48.png", "128": "icons\/icon_128x128.png" }, "page_action": { "default_icon": "icons\/pa_expand.png", "default_title": "expand" }, "background": { "scripts": [ "js\/background.js" ] }, "content_scripts": [ { "matches": [ "*:\/\/www.youtube.com\/watch?*" ], "css": [ "css\/expand.css" ] } ], "permissions": [ "tabs", "*:\/\/www.youtube.com\/watch?*" ], "manifest_version": 2 } |