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\/*" ] } |