vksaver - music saver vk

VKsaver - save music with bitrate display, select folder to save

Qu'est-ce que vksaver - music saver vk ?

vksaver - music saver vk est une extension Chrome développée par https://vksaver.site, et sa fonction principale est "VKsaver - save music with bitrate display, select folder to save".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension vksaver - music saver vk

Téléchargez les fichiers d'extension vksaver - music saver vk 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

                        Vksaver - поможет Вам скачать музыку ВКонтакте и видео. Сохраняются файлы с оригинальным названием, указанным в социальной сети.

Иконки расширения вписываются в пользовательский интерфейс vk.com и не отвлекают внимание.

VKsaver are for informational purposes only, thanks to which you have the opportunity to download media files (audio, video) from the VKontakte social network. We are against piracy, so the user who installed our extension agrees to remove it within 24 hours after installation or to take care of paying for the copyright yourself. We disclaim all responsibility for what purposes VKsaver will be used.

С помощью нашего расширения вы можете скачать бесплатно музыку из вк и слушать любимые композиции без ограничений.                    

Informations de Base sur l'Extension

Nom vksaver - music saver vk vksaver - music saver vk
ID lnfeimcodfbhcnbllmeemfadfnmeacac
URL Officiel https://chromewebstore.google.com/detail/vksaver-music-saver-vk/lnfeimcodfbhcnbllmeemfadfnmeacac
Description VKsaver - save music with bitrate display, select folder to save
Taille du Fichier 119 KB
Nombre d'Installations 4,000
Version Actuelle 1.1.1
Dernière Mise à Jour 2024-01-17
Date de Publication 2023-08-30
Évaluation 4.83/5 Total 70 Évaluations
Développeur https://vksaver.site
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité http://is-top.ru/privacy.html
Langues Prises en Charge en,ru
manifest.json
{
    "action": {
        "default_popup": "html\/popup.html"
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "content_scripts": [
        {
            "js": [
                "js\/insert.js"
            ],
            "css": [
                "css\/download.css"
            ],
            "matches": [
                "*:\/\/vk.com\/*",
                "https:\/\/*.vkuservideo.net\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "host_permissions": [
        ""
    ],
    "icons": {
        "128": "icon\/128.png"
    },
    "manifest_version": 3,
    "default_locale": "ru",
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "permissions": [
        "tabs",
        "scripting",
        "downloads",
        "storage",
        "declarativeNetRequest"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.1.1",
    "web_accessible_resources": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "resources": [
                "*"
            ],
            "use_dynamic_url": true
        }
    ]
}