Hoverzoom Plus for Youtube videos
Easily view Youtube videos without loading another page by hovering over the links.
什么是Hoverzoom Plus for Youtube videos?
Hoverzoom Plus for Youtube videos是由https://www.apptic.me开发的Chrome扩展程序,该扩展的主要功能是“Easily view Youtube videos without loading another page by hovering over the links.”。
扩展截图
下载Hoverzoom Plus for Youtube videos扩展crx文件
下载Hoverzoom Plus for Youtube videos扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
View Youtube videos easily by hovering over them. An extension truly for the lazy - rather than clicking, why not stay on the same page?
Demo: https://www.apptic.me/projects/hoverzoom/ 扩展基本信息
| 名称 | |
| ID | himebmdddlbemclikfplacbnmjgomlkk |
| 官方URL | https://chromewebstore.google.com/detail/hoverzoom-plus-for-youtub/himebmdddlbemclikfplacbnmjgomlkk |
| 简介 | Easily view Youtube videos without loading another page by hovering over the links. |
| 文件大小 | 48.37 KB |
| 安装次数 | 713 |
| 当前版本 | 1.0.2 |
| 更新时间 | 2014-06-09 |
| 上架时间 | 2014-06-09 |
| 评分 | 3.92/5 共13次评分 |
| 开发者 | https://www.apptic.me |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://www.apptic.me/projects/hoverzoom/ |
| 帮助页面URL | https://www.apptic.me/contact.php |
| 隐私政策页面URL | https://www.apptic.me/privacy.php |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Hoverzoom Plus for Youtube videos",
"short_name": "Hoverzoom for Youtube",
"description": "Easily view Youtube videos without loading another page by hovering over the links.",
"version": "1.0.2",
"icons": {
"16": "icon-16.png",
"48": "icon-48.png",
"128": "icon.png"
},
"content_scripts": [
{
"js": [
"jquery.js",
"main.js"
],
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"exclude_globs": [
"*:\/\/*.youtube.com\/*"
]
}
]
} | |