YouTube Video Expander
Embeds the current YouTube video within the entire Chrome window.
YouTube Video Expanderとは何ですか?
YouTube Video Expanderはwilmolによって開発されたChromeの拡張機能で、その主な機能は「Embeds the current YouTube video within the entire Chrome window.」です。
拡張機能のスクリーンショット
YouTube Video Expander拡張機能のCRXファイルをダウンロード
YouTube Video Expander拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Fills the browser with the current YouTube video on click of the extension icon. This is different to the full-screen option which fills the entire monitor. This will benefit you if you don't use multiple monitors and enjoy having your chrome browser next to other applications such as other websites, office applications, games etc. See the before and after screenshots for an example.
拡張機能の基本情報
名前 | YouTube Video Expander |
ID | mmpkmmpdkbngpahhmgljkjcpfjnodlnc |
公式URL | https://chromewebstore.google.com/detail/youtube-video-expander/mmpkmmpdkbngpahhmgljkjcpfjnodlnc |
説明 | Embeds the current YouTube video within the entire Chrome window. |
ファイルサイズ | 5.06 KB |
インストール数 | 396 |
現在のバージョン | 0.0.0.4 |
最終更新日 | 2017-04-20 |
公開日 | 2017-04-19 |
評価 | 3.25/5 合計 4 レビュー |
開発者 | wilmol |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | http://github.com/wilmol |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "YouTube Video Expander", "version": "0.0.0.4", "manifest_version": 2, "description": "Embeds the current YouTube video within the entire Chrome window.", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_title": "", "default_icon": "icon.png" }, "permissions": [ "tabs" ] } |