MiniViewer
A chrome extension that allows for a picture-in-picture type window on various video streaming sites.
什么是MiniViewer?
MiniViewer是由njcanderson开发的Chrome扩展程序,该扩展的主要功能是“A chrome extension that allows for a picture-in-picture type window on various video streaming sites.”。
扩展截图
下载MiniViewer扩展crx文件
下载MiniViewer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
A chrome extension that allows for a picture-in-picture type window on various video streaming sites. 扩展基本信息
| 名称 | |
| ID | okgcbflpkckgbddcmkgphkimlnhjcfcc |
| 官方URL | https://chrome.google.com/webstore/detail/miniviewer/okgcbflpkckgbddcmkgphkimlnhjcfcc |
| 简介 | A chrome extension that allows for a picture-in-picture type window on various video streaming sites. |
| 文件大小 | 7.79 KB |
| 安装次数 | 1,000 |
| 当前版本 | 1.0 |
| 更新时间 | 2019-10-06 |
| 上架时间 | 2019-10-06 |
| 评分 | 5.00/5 共3次评分 |
| 开发者 | njcanderson |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "MiniViewer",
"version": "1.0",
"description": "A chrome extension that allows for a picture-in-picture type window on various video streaming sites.",
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"browser_action": {
"default_icon": {
"16": "images\/icons\/pip-16.png",
"32": "images\/icons\/pip-32.png",
"48": "images\/icons\/pip-48.png",
"128": "images\/icons\/pip-128.png"
}
},
"icons": {
"16": "images\/icons\/pip-16.png",
"32": "images\/icons\/pip-32.png",
"48": "images\/icons\/pip-48.png",
"128": "images\/icons\/pip-128.png"
},
"permissions": [
"activeTab"
],
"manifest_version": 2
} | |