Send reminder to group invites for Facebook™

Send reminder to group invites for Facebook™

Send reminder to everyone who was invited in your Facebook group in one click!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Send reminder to group invites for Facebook™",
  "version": "2022.9.15",
  "manifest_version": 3,
  "web_accessible_resources": [
    {
      "resources": [
        "content.css",
        "fonts/roboto-latin-400.woff2",
        "fonts/roboto-latin-700.woff2",
        "screen_help.jpg",
        "screen_help2.jpg"
      ],
      "matches": [
        "https://*.facebook.com/*"
      ]
    }
  ],
  "description": "Send reminder to everyone who was invited in your Facebook group in one click!",
  "homepage_url": "https://www.groupautoclicker.com/",
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "default_locale": "en",
  "action": {
    "name": "__MSG_start_inv__"
  },
  "background": {
    "service_worker": "background.js"
  },
  "permissions": [
    "storage",
    "tabs",
    "scripting"
  ],
  "host_permissions": [
    "https://*.facebook.com/*"
  ]
}