Flash Player For Web 2022

Flash Player For Web 2022

【Quality】Runs any Flash content using a Flash Player. Play anytime and anywhere!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "service_worker": "js/background.js"
  },
  "action": {},
  "content_scripts": [
    {
      "all_frames": true,
      "js": [
        "js/content-script.js"
      ],
      "match_about_blank": false,
      "matches": [
        "https://*/*",
        "http://*/*"
      ],
      "run_at": "document_end"
    }
  ],
  "default_locale": "en",
  "description": "__MSG_extDes__",
  "icons": {
    "128": "icons/logo128.png"
  },
  "manifest_version": 3,
  "name": "__MSG_extName__",
  "permissions": [
    "scripting",
    "declarativeNetRequest",
    "alarms",
    "storage"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "version": "1.0.1",
  "web_accessible_resources": [
    {
      "resources": [
        "*"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "homepage_url": "https://microsoftedge.microsoft.com/addons/detail/flash-player-for-web-2022/gibhffkeipdkicbbejhpokaoalgocmji?utm_medium=extension&utm_source=flashplayer",
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}