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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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\/*" ] } |