YouTube Windowed Fullscreen
This extension allows you to play YouTube videos fullscreen within your browser's window.
什麼是YouTube Windowed Fullscreen?
YouTube Windowed Fullscreen是由fredrikgjellesvik開發的Chrome擴展程式,該擴展的主要功能是“This extension allows you to play YouTube videos fullscreen within your browser's window.”。
擴展截圖
下載YouTube Windowed Fullscreen擴展crx文件
下載YouTube Windowed Fullscreen擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
When watching a video on YouTube, using this extension will play the video full screen within the browser's window. 擴展基本資訊
| 名稱 | |
| ID | iegaemeenabaiacgfdhjepmamefkejgm |
| 官方網址 | https://chromewebstore.google.com/detail/youtube-windowed-fullscre/iegaemeenabaiacgfdhjepmamefkejgm |
| 簡介 | This extension allows you to play YouTube videos fullscreen within your browser's window. |
| 檔案大小 | 5.42 KB |
| 安裝次數 | 196 |
| 目前版本 | 1.0 |
| 更新時間 | 2016-10-11 |
| 上架時間 | 2016-10-10 |
| 評分 | 2.60/5 共 5 次評分 |
| 開發者 | fredrikgjellesvik |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "YouTube Windowed Fullscreen",
"description": "This extension allows you to play YouTube videos fullscreen within your browser's window.",
"version": "1.0",
"icons": {
"48": "48icon.png",
"128": "128icon.png"
},
"browser_action": {
"default_icon": "icon.png"
},
"background": {
"scripts": [
"addressChange.js"
]
},
"permissions": [
"tabs"
]
} | |