Invite post likers to like page on Facebook™

Invite post likers to like page on Facebook™

Invite all FRIENDS and USERS who liked your post to like your Facebook page in one click! | FREE, NO ADS.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_extname__",
  "version": "2023.01",
  "manifest_version": 3,
  "web_accessible_resources": [
    {
      "resources": [
        "content.css",
        "fonts/roboto-latin-400.woff2",
        "fonts/roboto-latin-700.woff2",
        "fbe-intro-free.png",
        "fbe-intro-free2.png",
        "birth1.png",
        "birth2.png",
        "att-icon.png"
      ],
      "matches": [
        "https://*.facebook.com/*"
      ]
    }
  ],
  "description": "__MSG_extdesc__",
  "homepage_url": "https://www.inviteinoneclick.com/",
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "default_locale": "en",
  "action": {
    "name": "Click to start"
  },
  "background": {
    "service_worker": "background.js"
  },
  "permissions": [
    "storage",
    "tabs",
    "scripting"
  ],
  "host_permissions": [
    "https://*.facebook.com/*"
  ]
}