expand-youtube
expand youtube videos to view from the subscriptions page
什么是expand-youtube?
expand-youtube是由Christopher Kwai-Pun开发的Chrome扩展程序,该扩展的主要功能是“expand youtube videos to view from the subscriptions page”。
扩展截图
下载expand-youtube扩展crx文件
下载expand-youtube扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Adds an expanding tab to the youtube subscriptions page with an embedded player.
Copyright Christopher Kwai-Pun 2016
Protected under the MIT License 扩展基本信息
| 名称 | |
| ID | jfhbpaakifjaokhhfdmnjhkjgfjpkmki |
| 官方URL | https://chromewebstore.google.com/detail/expand-youtube/jfhbpaakifjaokhhfdmnjhkjgfjpkmki |
| 简介 | expand youtube videos to view from the subscriptions page |
| 文件大小 | 67.36 KB |
| 安装次数 | 44 |
| 当前版本 | 0.1.2 |
| 更新时间 | 2016-02-07 |
| 上架时间 | 2016-02-07 |
| 评分 | 4.86/5 共7次评分 |
| 开发者 | Christopher Kwai-Pun |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "expand-youtube",
"description": "expand youtube videos to view from the subscriptions page",
"version": "0.1.2",
"author": "Christopher Kwai-Pun",
"icons": {
"24": "\/assets\/icons\/icon1x.png",
"48": "\/assets\/icons\/icon2x.png"
},
"content_scripts": [
{
"matches": [
"https:\/\/www.youtube.com\/feed\/subscriptions",
"https:\/\/www.youtube.com\/"
],
"css": [
"\/libraries\/bootstrap.min.css",
"expand.css"
],
"js": [
"\/libraries\/jquery.min.js",
"\/libraries\/bootstrap.min.js",
"expand.js"
]
}
],
"options_ui": {
"page": "options.html",
"chrome_style": true
}
} | |