vksaver - music saver vk

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

Cos'è vksaver - music saver vk?

vksaver - music saver vk è un'estensione di Chrome sviluppata da https://vksaver.site, e la sua funzione principale è "VKsaver - save music with bitrate display, select folder to save".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione vksaver - music saver vk

Scarica i file di estensione vksaver - music saver vk in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.

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

Informazioni di Base sull'Estensione

Nome vksaver - music saver vk vksaver - music saver vk
ID lnfeimcodfbhcnbllmeemfadfnmeacac
URL Ufficiale https://chromewebstore.google.com/detail/vksaver-music-saver-vk/lnfeimcodfbhcnbllmeemfadfnmeacac
Descrizione VKsaver - save music with bitrate display, select folder to save
Dimensione del File 119 KB
Conteggio Installazioni 4,000
Versione Corrente 1.1.1
Ultimo Aggiornamento 2024-01-17
Data di Pubblicazione 2023-08-30
Valutazione 4.83/5 Totale 70 Valutazioni
Sviluppatore https://vksaver.site
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy http://is-top.ru/privacy.html
Lingue Supportate 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
        }
    ]
}