GruFlu

GruFlu

GruFlu quickly finds the top influencers and top influential posts in any facebook group.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "GruFlu",
  "description": "GruFlu quickly finds the top influencers and top influential posts in any facebook group.",
  "version": "1.0.57",
  "manifest_version": 3,
  "action": {
    "default_popup": "login.html",
    "default_title": "GruFlu"
  },
  "icons": {
    "16": "images/1635350191339-smallLogo.png",
    "48": "images/1635350191493-mediumLogo.png",
    "128": "images/1635350191555-largeLogo.png"
  },
  "background": {
    "service_worker": "js/backgroundWrapper.min.js"
  },
  "content_scripts": [
    {
      "css": [
        "css/content.css"
      ],
      "js": [
        "./js/jquery.min.js",
        "./js/content.min.js"
      ],
      "matches": [
        "https://*.facebook.com/groups/*"
      ]
    }
  ],
  "permissions": [
    "tabs",
    "storage",
    "notifications"
  ],
  "options_page": "dashboard1.html",
  "short_name": "G"
}