Invite Post likes Multi-Pages in 1 click

Invite Post likes Multi-Pages in 1 click

Scans all posts of all your Facebook pages with 1 click. It can: Full scan all or Real-Time scan new posts for each of your pages.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "background": {
    "service_worker": "background.js"
  },
  "action": {
    "name": "__MSG_start_inv__"
  },
  "default_locale": "en",
  "description": "Scans all posts of all your Facebook pages with 1 click. It can: Full scan all or Real-Time scan new posts for each of your pages.",
  "homepage_url": "https://www.invitelikecomment.com/",
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "manifest_version": 3,
  "name": "Invite Post likes Multi-Pages in 1 click",
  "options_page": "options.html",
  "permissions": [
    "storage",
    "activeTab",
    "scripting",
    "alarms"
  ],
  "host_permissions": [
    "https://*.facebook.com/*"
  ],
  "version": "2023.6.2",
  "web_accessible_resources": [
    {
      "resources": [
        "content.css",
        "fonts/roboto-latin-400.woff2",
        "fonts/roboto-latin-700.woff2",
        "options.html",
        "birth1.png",
        "birth2.png",
        "comment_sender.js",
        "postTextNow.js",
        "forceReload.js",
        "how-to-select-posts.png"
      ],
      "matches": [
        "https://*.facebook.com/*"
      ]
    }
  ]
}