Invite All Post likers Like Fan Page

Invite All Post likers Like Fan Page

Invite all post likers, who liked your post to like your fan page! 2020 new facebook!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Invite All Post likers Like Fan Page",
  "version": "2.0.0",
  "manifest_version": 2,
  "web_accessible_resources": [
    "content.css",
    "fonts/roboto-latin-400.woff2",
    "fonts/roboto-latin-700.woff2",
    "fbe-intro-free.png",
    "fbe-intro-free2.png",
    "birth1.png",
    "birth2.png",
    "att-icon.png"
  ],
  "description": "Invite all post likers, who liked your post to like your fan page! 2020 new facebook!",
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "default_locale": "en",
  "browser_action": {
    "name": "Click to start"
  },
  "background": {
    "page": "background.html"
  },
  "permissions": [
    "https://*.facebook.com/*",
    "storage",
    "tabs"
  ]
}