Apple Itunes For PC

Apple Itunes For PC

Open desired links on any website with Itunes easily.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "2.3",
  "manifest_version": 2,
  "offline_enabled": true,
  "short_name": "open-apple-itunes-for-pc",
  "name": "Apple Itunes For PC",
  "background": {
    "page": "lib/chrome/background.html"
  },
  "homepage_url": "https://borwi.com/open-apple-itunes-for-pc-extensions/",
  "permissions": [
    "storage",
    "contextMenus",
    "notifications",
    "nativeMessaging"
  ],
  "description": "Open desired links on any website with Itunes easily.",
  "options_ui": {
    "open_in_tab": true,
    "chrome_style": true,
    "page": "data/options/options.html"
  },
  "icons": {
    "16": "data/icons/16.png",
    "32": "data/icons/32.png",
    "48": "data/icons/48.png",
    "64": "data/icons/64.png",
    "128": "data/icons/128.png"
  }
}