Music Downloader - VKsaver

Saving music from VK has become easy! Download your favorite tracks by checking their bitrates and sizes.

Τι είναι το Music Downloader - VKsaver;

Το Music Downloader - VKsaver είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://vksaveapp.com, και η κύρια λειτουργία του είναι "Saving music from VK has become easy! Download your favorite tracks by checking their bitrates and sizes.".

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

screenshot
screenshot

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

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

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

                        This is a completely free extension that allows you to save audio files from the social network VKontakte with the original name that was specified by VK.

With our Music Downloader - VKsaver extension, anyone can save high quality music in one click and in just a few seconds from vk.com.

In the new version, the display of bitrates, the size of the audio file and the progress of the track download (in percent) has been added.

How the extension works on VK:
- Go to the social network VK (vk.com).
- Download icons will appear next to each audio track.
- Hover over the download icon to check the quality and size of the song in megabytes.
- Click the Download button to save your favorite track to your PC.

With our VK Music Downloader extension, you can download free music from VKontakte and listen to your favorite songs without restrictions.

This is not an official VK extension created by VKsaver App Team. All rights to VKontakte trademarks belong to Mail.ru Group

If you find an error, please report it in the comments section and corrective action will be taken as soon as possible. We will also be happy to hear ideas for adding new features to Music Downloader.

This is NOT a Youtube Music Downloader. Due to restrictions of the Google Web Store Policies and Developer Program Policies this extension can not save Youtube Music.

Enjoy listening to your favorite music without any restrictions offline.                    

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

Όνομα Music Downloader - VKsaver Music Downloader - VKsaver
ID dmbjkidogjmmlejdmnecpmfapdmidfjg
Επίσημο URL https://chromewebstore.google.com/detail/music-downloader-vksaver/dmbjkidogjmmlejdmnecpmfapdmidfjg
Περιγραφή Saving music from VK has become easy! Download your favorite tracks by checking their bitrates and sizes.
Μέγεθος Αρχείου 101 KB
Αριθμός Εγκαταστάσεων 474,129
Τρέχουσα Έκδοση 1.1.3
Τελευταία Ενημέρωση 2024-01-13
Ημερομηνία Δημοσίευσης 2021-01-08
Αξιολόγηση 4.52/5 Συνολικά 3325 Αξιολογήσεις
Προγραμματιστής https://vksaveapp.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://vksaveapp.com
URL της Σελίδας Πολιτικής Απορρήτου https://vksaveapp.com/policy.html
Υποστηριζόμενες Γλώσσες id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.1.3",
    "manifest_version": 3,
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "homepage_url": "https:\/\/vk.com\/audio?section=all",
    "default_locale": "en",
    "background": {
        "service_worker": "js\/bg.js"
    },
    "permissions": [
        "storage",
        "contextMenus"
    ],
    "content_scripts": [
        {
            "css": [
                "css\/popup.css",
                "css\/shareModal.css"
            ],
            "js": [
                "js\/inject.js",
                "libs\/jquery.js",
                "libs\/shareModal.js"
            ],
            "matches": [
                "https:\/\/vk.com\/*"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "css": [
                "css\/audioPopup.css"
            ],
            "js": [
                "js\/audioPopup.js"
            ],
            "all_frames": true,
            "run_at": "document_start"
        }
    ],
    "icons": {
        "128": "img\/logo.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "*",
                "css\/*"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ]
}