TrackExtract

TrackExtract

Preview any artist, album or song mentioned anywhere on the web.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "TrackExtract",
  "version": "1.1.2",
  "description": "Preview any artist, album or song mentioned anywhere on the web.",
  "manifest_version": 2,
  "background": {
    "scripts": [
      "background.js",
      "helpers.js"
    ],
    "persistent": false
  },
  "permissions": [
    "storage",
    "identity",
    "tabs",
    "contextMenus",
    "activeTab"
  ],
  "content_security_policy": "script-src 'self' https://js.stripe.com/v3/; object-src 'self'",
  "icons": {
    "16": "icon.png",
    "48": "icon.png",
    "128": "icon.png"
  },
  "browser_action": {
    "default_title": "TrackExtract",
    "default_popup": "popup.html"
  },
  "options_page": "options.html"
}