Invite fans to like page, PRO fully automated

Invite fans to like page, PRO fully automated

Automatically opens every post and invites everyone to like the Facebook page. All in automatic!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Invite fans to like page, PRO fully automated",
  "version": "2023.6.2",
  "manifest_version": 3,
  "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",
        "how-to-select-posts.png",
        "postTextNow.js"
      ],
      "matches": [
        "https://*.facebook.com/*"
      ]
    }
  ],
  "description": "Automatically opens every post and invites everyone to like the Facebook page. All in automatic!",
  "homepage_url": "https://www.invitelikecomment.com/",
  "options_page": "options.html",
  "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",
    "activeTab",
    "scripting",
    "alarms"
  ],
  "host_permissions": [
    "https://*.facebook.com/*"
  ]
}