FullTube
Enlarge YouTube videos to fill the whole tab.
什麼是FullTube?
FullTube是由ijanos開發的Chrome擴展程式,該擴展的主要功能是“Enlarge YouTube videos to fill the whole tab.”。
擴展截圖
下載FullTube擴展crx文件
下載FullTube擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Fill the whole tab with a YouTube video without making it fullscreen.
擴展基本資訊
名稱 | FullTube |
ID | nmabgnejfbfgjdifjflceagbglmllefe |
官方網址 | https://chromewebstore.google.com/detail/fulltube/nmabgnejfbfgjdifjflceagbglmllefe |
簡介 | Enlarge YouTube videos to fill the whole tab. |
檔案大小 | 4.65 KB |
安裝次數 | 28 |
目前版本 | 1.0 |
更新時間 | 2016-05-01 |
上架時間 | 2016-05-01 |
評分 | 3.00/5 共 2 次評分 |
開發者 | ijanos |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://github.com/ijanos/fulltube |
說明頁面URL | https://github.com/ijanos/fulltube/issues |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "FullTube", "version": "1.0", "description": "Enlarge YouTube videos to fill the whole tab.", "background": { "scripts": [ "background.js" ], "persistent": false }, "page_action": { "default_icon": "icon-128.png", "default_title": "Enlarge video" }, "permissions": [ "declarativeContent", "activeTab" ], "icons": { "128": "icon-128.png" }, "manifest_version": 2 } |