TubeCapture

An extension for the video capture website TubeCapture.Net.

O que é TubeCapture?

TubeCapture é uma extensão do Chrome desenvolvida por http://www.tubecapture.net, e sua principal característica é "An extension for the video capture website TubeCapture.Net.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão TubeCapture

Baixe arquivos de extensão TubeCapture no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome TubeCapture TubeCapture
ID kfljchjnpnifngohabhjddkkhaoodggg
URL Oficial https://chrome.google.com/webstore/detail/tubecapture/kfljchjnpnifngohabhjddkkhaoodggg
Descrição An extension for the video capture website TubeCapture.Net.
Tamanho do Arquivo 73.33 KB
Contagem de Instalações 23
Versão Atual 1.2
Última Atualização 2015-01-28
Data de Publicação 2015-01-28
Desenvolvedor http://www.tubecapture.net
Tipo de Pagamento free
URL da Página de Ajuda http://tubecapture.net/howto.php
Idiomas Suportados 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\/*"
    ]
}