VK Blue - EQ & Scrobbler for VK.com

Extension to the standard vk.com player functionality. It adds EQ, Last.fm scrobbling, media keys support, artist's bio and lyrics

O que é VK Blue - EQ & Scrobbler for VK.com?

VK Blue - EQ & Scrobbler for VK.com é uma extensão do Chrome desenvolvida por some.lazy.developers, e sua principal característica é "Extension to the standard vk.com player functionality. It adds EQ, Last.fm scrobbling, media keys support, artist's bio and lyrics".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão VK Blue - EQ & Scrobbler for VK.com

Baixe arquivos de extensão VK Blue - EQ & Scrobbler for VK.com 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

                        This extension only works for social network site vk.com.
It adds additional capabilities to the 'Music' section of the network, which includes:
- Biographies of artists
- EQ - with auto tuning option
- Surround sound effect
- Media keys enabled
- Cool visualizer
- Songs syrics
- Last.fm scrobbling

*We don't enable downloading functionality

If you feel lack of powerful bass in your songs? If you want to learn more about your favorite artists? If you want to here your old music in a fresh way - install this extension. Blue has many functions that can surprise you.

Blue is an extension for VK.com social network, which adds full-featured player with many functions to the standard VK interface.

Including:

Equalizer - to adjust the power of the different frequencies of the audio stream, you can use it to increase both low frequencies (bass) and high. In addition to this, it is possible to allow the equalizer to select settings automatically depending on the genre of the song.

Visualizer - this widget has a purely aesthetic purpose and serves to get visual pleasure, with it you will see how at the moment.

Information about the artist - as soon as you include your song, we try to find biographical information about the performer of this song and give it to you.

Lyrics - this is a good way to sing along with your favorite artists.

Last.fm scrobbling: If you fan of the stats and scrobbles - we can help you too

Also many other features that can surprise you.

PRIVACY POLICY:
We do not collect or store any data about users of the extension. All the data never leave the user's machine. More information about our policy can be found at https://sleepingdude.com/policy.html

By installing the extension, you agree to vk Blue Privacy Policy (https://sleepingdude.com/policy.html).                    

Informações Básicas da Extensão

Nome VK Blue - EQ & Scrobbler for VK.com VK Blue - EQ & Scrobbler for VK.com
ID pckkddchhdhkfapanbkcalloijbbjhbd
URL Oficial https://chromewebstore.google.com/detail/vk-blue-eq-scrobbler-for/pckkddchhdhkfapanbkcalloijbbjhbd
Descrição Extension to the standard vk.com player functionality. It adds EQ, Last.fm scrobbling, media keys support, artist's bio and lyrics
Tamanho do Arquivo 5.53 MB
Contagem de Instalações 26,407
Versão Atual 0.6.57
Última Atualização 2024-03-04
Data de Publicação 2020-04-21
Classificação 4.81/5 Total de 2527 Avaliações
Desenvolvedor some.lazy.developers
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://vk.com/blue_player
URL da Página de Ajuda https://vk.com/blue_player
Idiomas Suportados en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "short_name": "VK Blue",
    "description": "__MSG_extDescription__",
    "version": "0.6.57",
    "author": "[email protected]",
    "default_locale": "ru",
    "homepage_url": "https:\/\/vk.com\/blue_player",
    "icons": {
        "128": "icon-128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon-128.png",
        "default_title": "__MSG_extDefaultTitle__"
    },
    "content_scripts": [
        {
            "run_at": "document_start",
            "matches": [
                "*:\/\/vk.com\/*"
            ],
            "css": [
                "content.css"
            ],
            "js": [
                "page.js",
                "content.js"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "storage",
        "unlimitedStorage",
        "identity",
        "contextMenus",
        "*:\/\/vk.com\/*",
        "*:\/\/m.vk.com\/*",
        "*:\/\/www.gl5.ru\/*",
        "*:\/\/www.megalyrics.ru\/*",
        "*:\/\/megalyrics.ru\/*",
        "*:\/\/genius.com\/*",
        "*:\/\/lyricshare.net\/*",
        "*:\/\/uk.ask.com\/*",
        "*:\/\/www.bing.com\/*",
        "*:\/\/duckduckgo.com\/*",
        "*:\/\/xo.wtf\/*",
        "*:\/\/www.startpage.com\/*",
        "*:\/\/ws.audioscrobbler.com\/*",
        "*:\/\/www.last.fm\/*"
    ],
    "web_accessible_resources": [
        "*.mp3",
        "*.png",
        "*.jpg",
        "*.gif",
        "*.ttf",
        "*.svg",
        "*.wav"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "minimum_chrome_version": "40",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAhqyt43eUWq+muBxy7f4OCyB70THLWienxe5fy8ofUYNi4VhBcXfvYEwBfhUQqJ7iRVnVhGTAm256hVBbgkAz0R17S3j7V5zB9gpZLzhGLAt0wvtirx3j9R0LzKx45k8oFNi1SgypF8QMtJk9LYcEXR\/aMcW1J1kVx2dW\/CBJxYeAyBCq1EGkPcKy7C1ZRf6nV1y+s0WMBB29j75IwNb6\/zxVw5kki\/gu8fIYzrnX87WaWFLzRVzZ7cTnNgNXD5Ids6kNw3qSu96u7BAuPTuD8aWggAp5gb6N7fBC3CBAwhWHPMLHaghd7m2PVfGFaZB0GG96WPD0H2JlFJVgKBGEjQIDAQAB"
}