TubeCapture
An extension for the video capture website TubeCapture.Net.
Wat is TubeCapture?
TubeCapture is een Chrome-extensie ontwikkeld door http://www.tubecapture.net, en de belangrijkste functie is "An extension for the video capture website TubeCapture.Net.".
Extensie Screenshots
Download het CRX-bestand van de extensie TubeCapture
Download TubeCapture-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | |
ID | kfljchjnpnifngohabhjddkkhaoodggg |
Officiële URL | https://chrome.google.com/webstore/detail/tubecapture/kfljchjnpnifngohabhjddkkhaoodggg |
Beschrijving | An extension for the video capture website TubeCapture.Net. |
Bestandsgrootte | 73.33 KB |
Aantal Installaties | 23 |
Huidige Versie | 1.2 |
Laatst Bijgewerkt | 2015-01-28 |
Publicatiedatum | 2015-01-28 |
Ontwikkelaar | http://www.tubecapture.net |
Betalingswijze | free |
Help Pagina-URL | http://tubecapture.net/howto.php |
Ondersteunde Talen | 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\/*" ] } |