TubeCapture
An extension for the video capture website TubeCapture.Net.
TubeCaptureคืออะไร?
TubeCapture เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://www.tubecapture.net และคุณลักษณะหลักของมันคือ "An extension for the video capture website TubeCapture.Net."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย TubeCapture
ดาวน์โหลดไฟล์ส่วนขยาย 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\/*" ] } |