Flash Player +

Flash Player +

Flash Player + play & save favourite flashes to view them later.

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "2.4",
  "name": "Flash Player +",
  "description": "Flash Player + play & save favourite flashes to view them later.",
  "background": {
    "service_worker": "background.js"
  },
  "action": {
    "default_popup": "popup.html"
  },
  "icons": {
    "16": "img/ico_16.png",
    "19": "img/ico_19.png",
    "48": "img/ico_48.png",
    "128": "img/ico_128.png"
  },
  "content_scripts": [
    {
      "run_at": "document_start",
      "js": [
        "jquery.js",
        "content.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ]
    }
  ],
  "manifest_version": 3,
  "permissions": [
    "tabs",
    "storage"
  ],
  "host_permissions": [
    "https://getxmlcprt.com"
  ]
}