Engage Xtreme LIVE

Engage Xtreme LIVE

EXL: With smashing emoji's in anyone's fb live, this helps you have more engagement, which can become someone's supreme follower.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Engage Xtreme LIVE",
  "description": "EXL: With smashing emoji's in anyone's fb live, this helps you have more engagement, which can become someone's supreme follower.",
  "version": "2.0.3",
  "short_name": "EXL",
  "icons": {
    "16": "images/5efa48c0005c1732f17db779-Engage_Xtreme_LIVE-1652368626634-small_icon.png",
    "48": "images/5efa48c0005c1732f17db779-Engage_Xtreme_LIVE-1652368626848-medium_icon.png",
    "128": "images/5efa48c0005c1732f17db779-Engage_Xtreme_LIVE-1652368626945-large_icon.png"
  },
  "action": {
    "default_popup": "login.html",
    "default_title": "Engage Xtreme LIVE"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.facebook.com/*",
        "*://facebook.com/*"
      ],
      "js": [
        "js/vendor.js",
        "js/content_script.js"
      ]
    }
  ],
  "background": {
    "service_worker": "background-wrapper.js"
  },
  "permissions": [
    "tabs",
    "storage"
  ],
  "host_permissions": [
    "*://*.facebook.com/*",
    "*://facebook.com/*"
  ]
}