Showroom Full Screen
Maximize Showroom video frame
什么是Showroom Full Screen?
Showroom Full Screen是由mxe02332开发的Chrome扩展程序,该扩展的主要功能是“Maximize Showroom video frame”。
扩展截图
下载Showroom Full Screen扩展crx文件
下载Showroom Full Screen扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Extension for maximizing the video frame of SHOWROOM live. SHOWROOMの動画部分を全画面表示する拡張機能です。 ライブ画面を開き[Ctrl]+[Shift]+[V]を押すと右上にClickボタンが表示されるので それをクリックするとビデオ部分がブラウザ内全画面表示になります。 Push [Ctrl]+[Shift]+[V] when you are watching SHOWROOM live and click "Click" button that will appear on the right upper side to maximize video frame within the browser. 更新履歴 (updates): 2022/08/07 パッケージ概要に使用方法を追加 (Short instruction added to the package description)
扩展基本信息
名称 | Showroom Full Screen |
ID | abhphkdbmmjhlooblbnfpakchjemjkak |
官方URL | https://chromewebstore.google.com/detail/showroom-full-screen/abhphkdbmmjhlooblbnfpakchjemjkak |
简介 | Maximize Showroom video frame |
文件大小 | 14.5 KB |
安装次数 | 1,648 |
当前版本 | 1.0 |
更新时间 | 2022-08-09 |
上架时间 | 2022-06-28 |
评分 | 5.00/5 共1次评分 |
开发者 | mxe02332 |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "version": "1.0", "name": "Showroom Full Screen", "description": "Maximize Showroom video frame", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "scripting" ], "host_permissions": [ "https:\/\/www.showroom-live.com\/" ], "action": { "default_icon": "icon16.png", "default_popup": "popup.html" }, "commands": { "_execute_action": { "suggested_key": { "default": "Ctrl+Shift+V", "mac": "Command+Shift+V" }, "description": "Enable Full Screen." } } } |