Fill Window - Youtube
Plays Youtube videos in the entire window
Fill Window - Youtubeとは何ですか?
Fill Window - YoutubeはTT Extによって開発されたChromeの拡張機能で、その主な機能は「Plays Youtube videos in the entire window」です。
拡張機能のスクリーンショット
Fill Window - Youtube拡張機能のCRXファイルをダウンロード
Fill Window - Youtube拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Adds a button to the corner of your browser that will toggle youtube videos to fill the window. Advantages: Does not run any code when not in use. Will also work on drive.google.com
拡張機能の基本情報
名前 | Fill Window - Youtube |
ID | ndkhjifkhiepbolnmojnaaghdfdepjof |
公式URL | https://chromewebstore.google.com/detail/fill-window-youtube/ndkhjifkhiepbolnmojnaaghdfdepjof |
説明 | Plays Youtube videos in the entire window |
ファイルサイズ | 13.13 KB |
インストール数 | 1,069 |
現在のバージョン | 0.0.0.10 |
最終更新日 | 2024-02-23 |
公開日 | 2019-04-27 |
評価 | 4.78/5 合計 18 レビュー |
開発者 | TT Ext |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Fill Window - Youtube", "description": "Plays Youtube videos in the entire window", "version": "0.0.0.10", "permissions": [ "scripting", "activeTab" ], "commands": [], "manifest_version": 3, "icons": { "128": "red.png" }, "action": { "default_title": "Fill Window", "default_popup": "window.html", "default_icon": "red.png" } } |