Auto-like & reply to all comments on pages

Auto-like & reply to all comments on pages

Script elaborates all comments on FB page or group: like, invite, reply to everyone who comments! Send private messages NOT included

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "__MSG_extname__",
  "version": "2023.6.30",
  "manifest_version": 3,
  "web_accessible_resources": [
    {
      "resources": [
        "content.css",
        "fonts/roboto-latin-400.woff2",
        "fonts/roboto-latin-700.woff2",
        "options.html",
        "comment_sender.js",
        "how-to-select-posts.png",
        "how-to-open-post-separately.png",
        "postTextNow.js"
      ],
      "matches": [
        "https://*.facebook.com/*"
      ]
    }
  ],
  "description": "__MSG_extdesc__",
  "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__"
  },
  "homepage_url": "https://www.invitelikecomment.com/",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "storage",
    "activeTab",
    "unlimitedStorage",
    "scripting",
    "alarms"
  ],
  "host_permissions": [
    "https://*.facebook.com/*"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{591b2f30-9edf-4e46-91ff-2595e0842972}"
    }
  }
}