Video Stack
Collect your videos.
什么是Video Stack?
Video Stack是由Zeamy开发的Chrome扩展程序,该扩展的主要功能是“Collect your videos.”。
扩展截图
下载Video Stack扩展crx文件
下载Video Stack扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
- collect videos on stack - works with Vimeo and Youtube - browse your history - get recommended videos
扩展基本信息
名称 | Video Stack |
ID | fhmligighjnancjhngmmmlaecbeokbbi |
官方URL | https://chromewebstore.google.com/detail/video-stack/fhmligighjnancjhngmmmlaecbeokbbi |
简介 | Collect your videos. |
文件大小 | 166 KB |
安装次数 | 14 |
当前版本 | 2.0 |
更新时间 | 2012-10-25 |
上架时间 | 2012-10-25 |
评分 | 4.76/5 共17次评分 |
开发者 | Zeamy |
付费类型 | free |
扩展官网 | http://webolitic.com/videostack/ |
支持的语言 | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Video Stack", "version": "2.0", "manifest_version": 2, "description": "Collect your videos.", "icons": { "16": "static\/img\/icon16.png", "48": "static\/img\/icon48.png", "128": "static\/img\/icon128.png" }, "browser_action": { "default_icon": "static\/img\/icon48.png", "default_title": "Video Stack", "default_popup": "index.html" }, "background": { "page": "background.html" }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "content_scripts": [ { "matches": [ "http:\/\/www.youtube.com\/watch?v=*", "http:\/\/vimeo.com\/*" ], "js": [ "static\/js\/lib\/jquery.js", "static\/js\/common\/Message.js", "static\/js\/business\/UrlManager.js", "static\/js\/business\/CommunicatorManager.js", "static\/js\/helper\/html.js", "static\/js\/content\/Processor.js", "static\/js\/content\/observer.js" ] } ] } |