Automated Post Liker Inviter for Facebook™

Automated Post Liker Inviter for Facebook™

Invite your friends and post likers to like and follow your page! Just open the list of likers and run this tool!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Automated Post Liker Inviter for Facebook™",
  "version": "2022.6",
  "manifest_version": 3,
  "web_accessible_resources": [
    {
      "resources": [
        "content.css",
        "fonts/roboto-latin-400.woff2",
        "fonts/roboto-latin-700.woff2",
        "fbe-intro-free.png",
        "fbe-intro-free2.png",
        "att-icon.png"
      ],
      "matches": [
        "https://*.facebook.com/*"
      ]
    }
  ],
  "description": "Invite your friends and post likers to like and follow your page! Just open the list of likers and run this tool!",
  "homepage_url": "https://www.invitelikers.com.ru/",
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "default_locale": "en",
  "action": {
    "name": "Click to start"
  },
  "background": {
    "service_worker": "background.js"
  },
  "permissions": [
    "storage",
    "tabs",
    "scripting"
  ],
  "host_permissions": [
    "https://*.facebook.com/*"
  ]
}