VK Blue - EQ & Scrobbler for VK.com

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

Merlin
Additional files are visible only to premium users

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"
}