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 |
官方網址 | 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 |
電子郵箱 | [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" } } |