vksaver - music saver vk

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

Apa itu vksaver - music saver vk?

vksaver - music saver vk adalah ekstensi Chrome yang dikembangkan oleh newhookdark, dan fitur utamanya adalah "VKsaver - save music with bitrate display, select folder to save".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi vksaver - music saver vk

Unduh file ekstensi vksaver - music saver vk dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        Музыка ВКонтакте и видео сохраняются с оригинальным названием, указанным в социальной сети.

Иконки расширения вписываются в пользовательский интерфейс 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.

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

Informasi Dasar Ekstensi

Nama vksaver - music saver vk vksaver - music saver vk
ID akcaclljjmjgdbamkaefciglfikonadh
URL Resmi https://chrome.google.com/webstore/detail/vksaver-music-saver-vk/akcaclljjmjgdbamkaefciglfikonadh
Deskripsi VKsaver - save music with bitrate display, select folder to save
Ukuran File 116 KB
Jumlah Instalasi 152,694
Versi Saat Ini 1.0.9
Terakhir Diperbarui 2023-08-12
Tanggal Publikasi 2020-10-20
Penilaian 4.04/5 Total 260 Penilaian
Pengembang newhookdark
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi http://is-top.ru/privacy.html
Bahasa yang Didukung 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.0.9",
    "web_accessible_resources": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "resources": [
                "*"
            ],
            "use_dynamic_url": true
        }
    ]
}