Prime Influencer

Prime Influencer

Enables Facebook users to efficiently manage and obtain an overview of their profile information, analysis, and statistics.

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Prime Influencer",
  "description": "Enables Facebook users to efficiently manage and obtain an overview of their profile information, analysis, and statistics.",
  "version": "1.0.7",
  "action": {
    "default_title": "Prime Influencer"
  },
  "background": {
    "service_worker": "background.js",
    "type": "module"
  },
  "icons": {
    "16": "images/icon.png",
    "128": "images/icon.png"
  },
  "permissions": [
    "declarativeNetRequest"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "/images/AuthBanner.png"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ]
}