All Music Downloader

All Music Downloader

Помогает скачать и найти ссылки на музыку, прослушиваемую в браузере. Cлушай музыку любых сайтах - inmood.ru сделает остальное!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "All Music Downloader",
  "version": "1.4.0",
  "description": "Помогает скачать и найти ссылки на музыку, прослушиваемую в браузере. Cлушай музыку любых сайтах - inmood.ru сделает остальное!",
  "icons": {
    "16": "img/icon-16.png",
    "48": "img/icon-48.png",
    "128": "img/icon-128.png"
  },
  "web_accessible_resources": [
    "img/icon-16.png"
  ],
  "background": {
    "scripts": [
      "js/background.js",
      "js/id3-minimized.js"
    ]
  },
  "permissions": [
    "tabs",
    "downloads",
    "webRequest",
    "http://*/*",
    "https://*/*"
  ],
  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com; object-src 'self'",
  "manifest_version": 2,
  "browser_action": {
    "default_icon": "img/icon.png",
    "default_popup": "popup.html"
  }
}