Auto Comments Reply On Facebook

Auto Comments Reply On Facebook

Auto Comments Reply On Facebook saves you time and effort while increasing engagement by mass reacting to comments on your post…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Auto Comments Reply On Facebook",
  "version": "1.0",
  "manifest_version": 3,
  "background": {
    "service_worker": "background.js"
  },
  "action": {},
  "permissions": [
    "tabs",
    "storage",
    "scripting"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://www.facebook.com/*"
      ],
      "js": [
        "content-script.js"
      ]
    }
  ],
  "icons": {
    "16": "icons/icon-16x16.png",
    "32": "icons/icon-32x32.png",
    "128": "icons/icon-128x128.png"
  },
  "host_permissions": [
    "https://*.facebook.com/*",
    "https://commentsreply.is-top.com/*"
  ]
}