Active Group Users

Active Group Users

Find the MOST ACTIVE people so you can help them go from cold prospects to buyers FAST!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Active Group Users",
  "version": "5.1.4",
  "description": "Find the MOST ACTIVE people so you can help them go from cold prospects to buyers FAST!",
  "manifest_version": 3,
  "action": {
    "default_popup": "index.html"
  },
  "background": {
    "service_worker": "background.js"
  },
  "icons": {
    "16": "/images/logo16.png",
    "32": "/images/logo32.png",
    "48": "/images/logo48.png",
    "64": "/images/logo64.png",
    "128": "/images/logo128.png"
  },
  "permissions": [
    "storage",
    "background",
    "alarms",
    "power",
    "background",
    "tabs",
    "activeTab"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://mbasic.facebook.com/*",
        "https://www.facebook.com/forced_account_switch*"
      ],
      "js": [
        "functions.js",
        "content_script.js",
        "core/jquery-3.6.0.min.js"
      ]
    },
    {
      "matches": [
        "https://www.facebook.com/*"
      ],
      "js": [
        "functions.js",
        "fbwwwagu.js",
        "core/jquery-3.6.0.min.js"
      ]
    },
    {
      "matches": [
        "https://www.facebook.com/groups/*"
      ],
      "js": [
        "functions.js",
        "groupcheck.js",
        "core/jquery-3.6.0.min.js"
      ]
    },
    {
      "matches": [
        "https://www.activegroupusers.com/*"
      ],
      "js": [
        "functions.js",
        "agu.js",
        "core/jquery-3.6.0.min.js"
      ]
    }
  ]
}