vksaver - music saver vk

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

O que é vksaver - music saver vk?

vksaver - music saver vk é uma extensão do Chrome desenvolvida por https://vksaver.site, e sua principal característica é "VKsaver - save music with bitrate display, select folder to save".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão vksaver - music saver vk

Baixe arquivos de extensão vksaver - music saver vk no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.

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

Informações Básicas da Extensão

Nome vksaver - music saver vk vksaver - music saver vk
ID lnfeimcodfbhcnbllmeemfadfnmeacac
URL Oficial https://chromewebstore.google.com/detail/vksaver-music-saver-vk/lnfeimcodfbhcnbllmeemfadfnmeacac
Descrição VKsaver - save music with bitrate display, select folder to save
Tamanho do Arquivo 119 KB
Contagem de Instalações 4,000
Versão Atual 1.1.1
Última Atualização 2024-01-17
Data de Publicação 2023-08-30
Classificação 4.83/5 Total de 70 Avaliações
Desenvolvedor https://vksaver.site
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade http://is-top.ru/privacy.html
Idiomas Suportados 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
        }
    ]
}