Invite fans and post likers in Facebook™

Invite fans and post likers in Facebook™

With a single click, you can scan all posts from your Facebook pages and invite who liked posts to follow your page.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "service_worker": "background.js"
  },
  "action": {
    "name": "__MSG_start_inv__"
  },
  "default_locale": "en",
  "description": "With a single click, you can scan all posts from your Facebook pages and invite who liked posts to follow your page.",
  "homepage_url": "https://www.invitelikecomment.com/",
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "manifest_version": 3,
  "name": "Invite fans and post likers in Facebookâ„¢",
  "options_page": "options.html",
  "permissions": [
    "storage",
    "activeTab",
    "scripting",
    "alarms"
  ],
  "host_permissions": [
    "https://*.facebook.com/*"
  ],
  "version": "2023.10.10",
  "web_accessible_resources": [
    {
      "resources": [
        "content.css",
        "fonts/roboto-latin-400.woff2",
        "fonts/roboto-latin-700.woff2",
        "options.html",
        "comment_sender.js",
        "postTextNow.js",
        "forceReload.js",
        "how-to-select-posts.png"
      ],
      "matches": [
        "https://*.facebook.com/*"
      ]
    }
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}