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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
عنوان صفحة المساعدة | 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\/*" ] } |