Responsive YouTube
Automatically switch YouTube to theater mode and size videos to fill your entire browser window.
什麼是Responsive YouTube?
Responsive YouTube是由Blaise Kal開發的Chrome擴展程式,該擴展的主要功能是“Automatically switch YouTube to theater mode and size videos to fill your entire browser window.”。
下載Responsive YouTube擴展crx文件
下載Responsive YouTube擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
• Automatically switch to theater mode. • Use all available space in your browser window to display the video as large as possible. • Scroll down to see the video details, comments and related videos.
擴展基本資訊
名稱 | |
ID | fchofanjgpjojphfdpakbdliemmmhnoi |
官方網址 | https://chrome.google.com/webstore/detail/responsive-youtube/fchofanjgpjojphfdpakbdliemmmhnoi |
簡介 | Automatically switch YouTube to theater mode and size videos to fill your entire browser window. |
檔案大小 | 6.43 KB |
安裝次數 | 10 |
目前版本 | 1.3.1 |
更新時間 | 2018-02-23 |
上架時間 | 2018-02-23 |
評分 | 1.00/5 共 1 次評分 |
開發者 | Blaise Kal |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Responsive YouTube", "version": "1.3.1", "description": "Automatically switch YouTube to theater mode and size videos to fill your entire browser window.", "icons": { "48": "icons\/icon-48.png", "96": "icons\/icon-96.png" }, "content_scripts": [ { "matches": [ "https:\/\/youtube.com\/*", "https:\/\/*.youtube.com\/*" ], "js": [ "responsiveyoutube.js" ] } ] } |