TubeCapture

An extension for the video capture website TubeCapture.Net.

Qu'est-ce que TubeCapture ?

TubeCapture est une extension Chrome développée par http://www.tubecapture.net, et sa fonction principale est "An extension for the video capture website TubeCapture.Net.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension TubeCapture

Téléchargez les fichiers d'extension TubeCapture au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom TubeCapture TubeCapture
ID kfljchjnpnifngohabhjddkkhaoodggg
URL Officiel https://chrome.google.com/webstore/detail/tubecapture/kfljchjnpnifngohabhjddkkhaoodggg
Description An extension for the video capture website TubeCapture.Net.
Taille du Fichier 73.33 KB
Nombre d'Installations 23
Version Actuelle 1.2
Dernière Mise à Jour 2015-01-28
Date de Publication 2015-01-28
Développeur http://www.tubecapture.net
Type de Paiement free
URL de la Page d'Aide http://tubecapture.net/howto.php
Langues Prises en Charge 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\/*"
    ]
}