Free Instagram Likes and Followers

Free Instagram Likes and Followers

[Working, 2021] Free Instagram Likes and Followers Web App using Like4Like and Follow4Follow

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Free Instagram Likes and Followers",
  "description": "[Working, 2021] Free Instagram Likes and Followers Web App using Like4Like and Follow4Follow",
  "homepage_url": "https://freeinstagramfollowers71.blogspot.com/",
  "offline_enabled": true,
  "version": "1.0.0",
  "manifest_version": 2,
  "default_locale": "en",
  "background": {
    "scripts": [
      "js/background.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_icon": "assets/extension-icons/logo32.png",
    "default_popup": "html/popup.html"
  },
  "icons": {
    "16": "assets/extension-icons/icon16.png",
    "48": "assets/extension-icons/icon48.png",
    "128": "assets/extension-icons/icon128.png"
  }
}