Video & Music Downloader

Get Video & Music Downloader now: one of the most popular video and music downloaders on the internet.

Τι είναι το Video & Music Downloader;

Το Video & Music Downloader είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Small Penguin, και η κύρια λειτουργία του είναι "Get Video & Music Downloader now: one of the most popular video and music downloaders on the internet.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Video & Music Downloader

Λήψη αρχείων επέκτασης Video & Music Downloader σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Get Video & Music Downloader now!

This is one of the MOST POPULAR and FASTEST video and music downloaders available that DOES NOT USE ANY THIRD PARTY SERVERS to download, thus keeping your downloads private and only using your connection.

It currently supports MP4, MP3, MP4A, and FLV videos and audio files.

Note: This extension is currently not supporting Youtube or Facebook videos. This might change in the future.

Please note that the content you download is solely on your discretion and the extension can obviously not control or block it. Please consult Google usage policies and laws in your country when downloading media you do not own or adult content.

Please do not request missing features or report bugs by lowering the rating of the extension. Doing this will prevent the extension to be improved in the future. Please use rating responsibly to rate your experience with the extension. 
Thank you.

We may use anonymized usage data to improve this product, as well as provide advertising in the future to improve the product and offer you the best possible browsing experience. You may opt-out of this by choosing not to install the extension or uninstalling the extension.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Video & Music Downloader Video & Music Downloader
ID nnddhogfcaammjoehfeikhfcfgabcajg
Επίσημο URL https://chrome.google.com/webstore/detail/video-music-downloader/nnddhogfcaammjoehfeikhfcfgabcajg
Περιγραφή Get Video & Music Downloader now: one of the most popular video and music downloaders on the internet.
Μέγεθος Αρχείου 46.27 KB
Αριθμός Εγκαταστάσεων 10,000
Τρέχουσα Έκδοση 1.0.1
Τελευταία Ενημέρωση 2016-04-14
Ημερομηνία Δημοσίευσης 2016-04-14
Αξιολόγηση 3.02/5 Συνολικά 118 Αξιολογήσεις
Προγραμματιστής Small Penguin
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "manifest_version": 2,
    "name": "Video & Music Downloader",
    "short_name": "MediaLeecher",
    "version": "1.0.1",
    "author": "Small Penguin",
    "description": "Get Video & Music Downloader now: one of the most popular video and music downloaders on the internet.",
    "browser_action": {
        "default_icon": {
            "19": "images\/icon19.png",
            "38": "images\/icon38.png"
        },
        "default_title": "Video & Music Downloader",
        "default_popup": "browser_action\/main.html"
    },
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "permissions": [
        "declarativeContent",
        "",
        "webRequest",
        "webRequestBlocking",
        "tabs",
        "storage",
        "downloads"
    ],
    "background": {
        "scripts": [
            "background\/background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content_scripts\/video_downloader.js"
            ],
            "run_at": "document_idle",
            "all_frames": false
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'"
}