Free Instagram Likes and Followers

Free Instagram Likes and Followers

[Working, 2020] 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",
  "short_name": "Free Instagram Likes",
  "description": "[Working, 2020] Free Instagram Likes and Followers Web App using Like4Like and Follow4Follow",
  "version": "1.2.7",
  "manifest_version": 2,
  "icons": {
    "16": "./images/icons/16x16.png",
    "48": "./images/icons/48x48.png",
    "128": "./images/icons/128x128.png"
  },
  "background": {
    "scripts": [
      "lib/jquery/jquery.min.js",
      "scripts/background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.instagram.com/p/*"
      ],
      "js": [
        "lib/jquery/jquery.min.js",
        "scripts/content.js"
      ],
      "run_at": "document_end"
    }
  ],
  "browser_action": {
    "default_title": "Free Likes"
  },
  "options_page": "pages/option.html",
  "permissions": [
    "storage",
    "tabs",
    "browsingData",
    "notifications",
    "*://freelikes.socialproof.xyz/",
    "*://*.instagram.com/",
    "*://*.google.com/"
  ],
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}