TubeCapture
An extension for the video capture website TubeCapture.Net.
TubeCapture là gì?
TubeCapture là một tiện ích mở rộng Chrome được phát triển bởi http://www.tubecapture.net, và tính năng chính của nó là "An extension for the video capture website TubeCapture.Net.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng TubeCapture
Tải xuống các tệp mở rộng TubeCapture dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | kfljchjnpnifngohabhjddkkhaoodggg |
URL Chính Thức | https://chrome.google.com/webstore/detail/tubecapture/kfljchjnpnifngohabhjddkkhaoodggg |
Mô tả | An extension for the video capture website TubeCapture.Net. |
Kích Thước Tệp | 73.33 KB |
Số Lần Cài Đặt | 23 |
Phiên Bản Hiện Tại | 1.2 |
Cập Nhật Lần Cuối | 2015-01-28 |
Ngày Phát Hành | 2015-01-28 |
Nhà Phát Triển | http://www.tubecapture.net |
Loại Thanh Toán | free |
URL Trang Trợ Giúp | http://tubecapture.net/howto.php |
Ngôn Ngữ Được Hỗ Trợ | 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\/*" ] } |