Full Screen for Google Chrome 2.0
Turn to full-screen while watching a video/movie in one single click.
什麼是Full Screen for Google Chrome 2.0?
Full Screen for Google Chrome 2.0是由V & G開發的Chrome擴展程式,該擴展的主要功能是“Turn to full-screen while watching a video/movie in one single click.”。
擴展截圖
下載Full Screen for Google Chrome 2.0擴展crx文件
下載Full Screen for Google Chrome 2.0擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
⬇️Easy to set up⬇️:
1. Download and install the extension.
2. That's it. You don’t have to do anything else.
3. Click it whenever you want to enter full-screen mode. 📺
✨Features ✨:
1. Auto Full-Screen option lets you enter the full-screen mode automatically whenever you click on the play ▶️ button.
2. Works for all video players as well as YouTube, and HTML5.
A lightweight and useful add-in designed to work fast on any web page, image, or video to turn to full screen. 擴展基本資訊
| 名稱 | |
| ID | eakledjaonbmdfeklmameopnncfoldfk |
| 官方網址 | https://chromewebstore.google.com/detail/full-screen-for-google-ch/eakledjaonbmdfeklmameopnncfoldfk |
| 簡介 | Turn to full-screen while watching a video/movie in one single click. |
| 檔案大小 | 42.01 KB |
| 安裝次數 | 199 |
| 目前版本 | 1.0.0 |
| 更新時間 | 2022-10-14 |
| 上架時間 | 2022-10-13 |
| 評分 | 4.65/5 共 17 次評分 |
| 開發者 | V & G |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Full Screen for Google Chrome 2.0",
"description": "Turn to full-screen while watching a video\/movie in one single click.",
"version": "1.0.0",
"manifest_version": 3,
"icons": {
"16": "logo\/logo-16-new.png",
"128": "logo\/logo-128-new.png"
},
"action": [],
"background": {
"service_worker": ".\/background.js"
},
"permissions": [
"tabs",
"contextMenus"
],
"host_permissions": [
"https:\/\/*\/*",
"http:\/\/*\/*"
]
} | |