Cling
Make youtube videos cling to the top of the window while you browse Youtube comments.
什么是Cling?
Cling是由ExPixel开发的Chrome扩展程序,该扩展的主要功能是“Make youtube videos cling to the top of the window while you browse Youtube comments.”。
扩展截图
下载Cling扩展crx文件
下载Cling扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Cling allows you to scroll down and read comments or look at related videos while continuing to watch your video.
扩展基本信息
名称 | Cling |
ID | ipignndcmkjenpnahgmnjcbfabihaodn |
官方URL | https://chromewebstore.google.com/detail/cling/ipignndcmkjenpnahgmnjcbfabihaodn |
简介 | Make youtube videos cling to the top of the window while you browse Youtube comments. |
文件大小 | 91.97 KB |
安装次数 | 44 |
当前版本 | 2.0.2 |
更新时间 | 2015-09-07 |
上架时间 | 2015-09-06 |
评分 | 4.86/5 共7次评分 |
开发者 | ExPixel |
付费类型 | free |
扩展官网 | https://github.com/expixel |
帮助页面URL | https://github.com/expixel/issues |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Cling", "version": "2.0.2", "manifest_version": 2, "description": "Make youtube videos cling to the top of the window while you browse Youtube comments.", "homepage_url": "http:\/\/github.com\/expixel", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "permissions": [ "https:\/\/youtube.com\/*" ], "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "css": [ "src\/inject\/animate.min.css", "src\/inject\/inject.css" ] }, { "matches": [ "https:\/\/www.youtube.com\/*" ], "js": [ "src\/inject\/inject.js" ] } ], "web_accessible_resources": [ "icons\/*" ] } |