TubeCapture

An extension for the video capture website TubeCapture.Net.

TubeCapture क्या है?

TubeCapture http://www.tubecapture.net द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "An extension for the video capture website TubeCapture.Net."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में TubeCapture एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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                    

एक्सटेंशन की मूल जानकारी

नाम TubeCapture TubeCapture
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\/*"
    ]
}