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. 扩展基本信息
| 名称 | |
| ID | nmabgnejfbfgjdifjflceagbglmllefe |
| 官方URL | 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
} | |