Copy Video

Download videos from the Web

Copy Video क्या है?

Copy Video skyhawk द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Download videos from the Web"।

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

screenshot
screenshot
screenshot
screenshot

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

crx प्रारूप में Copy Video एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Copy Video Downloader

- download and save videos playing on a website to hard disk
- New: Play found MP4,Mp4,3gp,Avi videos via Google chromecast on your TV
- Copy Video url link
- Delete Video list from list option
- Get the Video details 
- Block video url
- You also have the option to play the videos in any size (currently available at selected video providers like dailymotion,Twitch,Vine,LiveLeak and Vimeo)


-----------------------------------------------

Caution:
The download of YouTube videos to hard drive is locked because of restrictions of the Chrome Store.
The download of protected videos (RTMP protocol) is currently not possible.


Privacy Policy:
Copy Video Downloader does not collect or send any personal data.
Non-personalized data (which is the address of the video or part of it) is sent in these cases:
- When you manually add videos to the video list a request is sent to the origin website to get information about the video (like title, thumbnail)
- When you play a video in the video list, then the playing code of the origin website is loaded and executed.
- When opening the Video Downloader professional menu a request is send to the origin of the found videos to receive the video length.
- On some supported video sites, we are loading additional information from these sites to get the addresses of the video files.                    

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

नाम Copy Video Copy Video
ID oacfalcknpaaiidhjacgpnhfnhmihmkp
आधिकारिक URL https://chrome.google.com/webstore/detail/copy-video/oacfalcknpaaiidhjacgpnhfnhmihmkp
विवरण Download videos from the Web
फ़ाइल का आकार 345 KB
स्थापना संख्या 8,000
वर्तमान संस्करण 1.1
अंतिम अपडेट 2016-12-29
प्रकाशन तिथि 2016-12-29
रेटिंग 3.32/5 कुल 34 रेटिंग्स
डेवलपर skyhawk
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "persistent": true,
        "scripts": [
            "modules.js",
            "default-prefs.js",
            "sdk.js",
            "lib\/utils.js",
            "lib\/prefs.js",
            "lib\/network-probe.js",
            "lib\/hits.js",
            "lib\/blacklist.js",
            "lib\/actions.js",
            "lib\/panels.js",
            "lib\/log.js",
            "lib\/gallery.js",
            "lib\/converter.js",
            "lib\/ga.js",
            "lib\/downloads.js",
            "lib\/funding.js",
            "lib\/about.js",
            "lib\/smartnames.js",
            "lib\/settings.js",
            "lib\/alerts.js",
            "lib\/menus.js",
            "lib\/tfvws.js",
            "lib\/tbvws.js",
            "lib\/variants.js",
            "lib\/sites.js",
            "lib\/main.js"
        ]
    },
    "browser_action": {
        "default_icon": "data\/images\/icon-36-off.png",
        "default_popup": "data\/mainPanel.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "default_locale": "en_US",
    "description": "Download videos from the Web",
    "icons": {
        "128": "icon-36.png"
    },
    "incognito": "split",
    "manifest_version": 2,
    "name": "Copy Video",
    "permissions": [
        "webRequest",
        "webNavigation",
        "tabs",
        "downloads",
        "downloads.open",
        "clipboardWrite",
        "contextMenus",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "short_name": "Copy Video",
    "version": "1.1"
}