Full Window YouTube
Resize YouTube videos to fill the entire browser window.
Full Window YouTubeとは何ですか?
Full Window YouTubeはrobbykingによって開発されたChromeの拡張機能で、その主な機能は「Resize YouTube videos to fill the entire browser window. 」です。
拡張機能のスクリーンショット
Full Window YouTube拡張機能のCRXファイルをダウンロード
Full Window YouTube拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Resize YouTube videos to fill the entire browser window.
拡張機能の基本情報
名前 | Full Window YouTube |
ID | ljoihobokkeeobaplgebomjknmchpace |
公式URL | https://chrome.google.com/webstore/detail/ljoihobokkeeobaplgebomjknmchpace |
説明 | Resize YouTube videos to fill the entire browser window. |
ファイルサイズ | 22.78 KB |
インストール数 | 1,188 |
現在のバージョン | 0.1 |
最終更新日 | 2017-03-02 |
公開日 | 2017-03-02 |
評価 | 4.08/5 合計 13 レビュー |
開発者 | robbyking |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Full Window YouTube", "version": "0.1", "browser_action": { "default_icon": "icon.png" }, "permissions": [ "activeTab" ], "background": { "persistent": false, "scripts": [ "background.js" ] } } |