Like4Like | Free Instagram Likes

Like4Like | Free Instagram Likes

Exchange likes and boost your Instagram account. Get likes on any post.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_appName__",
  "description": "__MSG_appDescription__",
  "short_name": "Like4Like",
  "version": "0.1.1.5",
  "minimum_chrome_version": "74.0",
  "manifest_version": 2,
  "default_locale": "en",
  "incognito": "not_allowed",
  "permissions": [
    "storage",
    "webRequest",
    "webRequestBlocking",
    "https://extension.like4like.com/",
    "*://*.instagram.com/"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.instagram.com/*"
      ],
      "js": [
        "inject.js"
      ]
    }
  ],
  "browser_action": {
    "default_popup": "loading.html",
    "default_icon": {
      "16": "images/l4l_16.png",
      "32": "images/l4l_32.png",
      "48": "images/l4l_48.png",
      "128": "images/l4l_128.png"
    }
  },
  "icons": {
    "16": "images/l4l_16.png",
    "32": "images/l4l_32.png",
    "48": "images/l4l_48.png",
    "128": "images/l4l_128.png"
  }
}