D
D
dj_excitation2014-05-28 19:01:23
css
dj_excitation, 2014-05-28 19:01:23

How to download music from VK with one click?

I had a chrome app to download music from vk by clicking on the button next to the playback without going anywhere. Now my google account has crashed and I'm looking for a similar app, because I couldn't find the old one.
Applications where you need to download through third-party sites or programs are not needed. Thank you for your attention.

Answer the question

In order to leave comments, you need to log in

4 answer(s)
A
Alexey Ukolov, 2015-12-18
@allishappy

Why might the following code not work?
Let's start from the beginning - is your computer turned on?
But seriously:
var bar = $('.bar-text');

bar.hover(
  function() {
      $(this).css('background-color', 'black');
  },
  function() {
      $(this).css('background-color', 'transparent');
  }
);

D
Dmitry, 2014-05-28
@dj_excitation

Here you go - VK Music Download .

@
@codemake, 2014-09-25
_

vk-sound.ru is also an option.
The good thing is that you don't have to install anything.

I
Icic Bender, 2015-07-15
@icw82

Kenzo VK extension .
Description from a similar answer ( Is there a normal Chrome plugin for downloading music from VK (mac os)? ) I will not copy here.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question