TubeCapture
An extension for the video capture website TubeCapture.Net.
什么是TubeCapture?
TubeCapture是由http://www.tubecapture.net开发的Chrome扩展程序,该扩展的主要功能是“An extension for the video capture website TubeCapture.Net.”。
扩展截图
下载TubeCapture扩展crx文件
下载TubeCapture扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension works in conjunction with tubecapture.net TubeCapture is a website that allows you to create your own personal video playlists and populate them with your favorite videos directly from YouTube & Vimeo. You can also add videos manually by using the relevant YouTube or Vimeo URLs when logged in to TubeCapture. All Feedback Welcome !! ======================== ChangeLog v1.1 ======================== - Bug Fix ======================== ChangeLog v1.2 ======================== - Bug Fix
扩展基本信息
名称 | |
ID | kfljchjnpnifngohabhjddkkhaoodggg |
官方URL | https://chrome.google.com/webstore/detail/tubecapture/kfljchjnpnifngohabhjddkkhaoodggg |
简介 | An extension for the video capture website TubeCapture.Net. |
文件大小 | 73.33 KB |
安装次数 | 23 |
当前版本 | 1.2 |
更新时间 | 2015-01-28 |
上架时间 | 2015-01-28 |
开发者 | http://www.tubecapture.net |
付费类型 | free |
帮助页面URL | http://tubecapture.net/howto.php |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "TubeCapture", "version": "1.2", "manifest_version": 2, "description": "An extension for the video capture website TubeCapture.Net.", "background": { "scripts": [ "js\/feed.js" ] }, "content_scripts": [ { "js": [ "js\/jquery.js", "js\/back.js" ], "matches": [ "https:\/\/youtube.com\/*", "http:\/\/vimeo.com\/*", "http:\/\/tubecapture.net\/*" ] } ], "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "page_action": { "default_icon": "images\/icon16.png", "default_title": "TubeCapture", "default_popup": "feed.html" }, "permissions": [ "tabs", "https:\/\/youtube.com\/*", "http:\/\/vimeo.com\/*" ] } |