Pocketlikes | Free Instagram Likes

Pocketlikes | Free Instagram Likes

Exchange likes and boost your Instagram account. Get free likes on any post. Your personal Pocketlike. Like 4 Like.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Pocketlikes | Free Instagram Likes",
  "short_name": "Pocketlikes - Like 4 Like",
  "background": {
    "scripts": [
      "./background.js"
    ],
    "persistent": true
  },
  "browser_action": {
    "default_popup": "./popup.html"
  },
  "content_scripts": [
    {
      "all_frames": false,
      "js": [
        "./contentScripts.js"
      ],
      "matches": [
        "*://*.instagram.com/*"
      ],
      "run_at": "document_end"
    }
  ],
  "description": "Exchange likes and boost your Instagram account. Get free likes on any post. Your personal Pocketlike. Like 4 Like.",
  "icons": {
    "16": "assets/icons/icon_16.png",
    "32": "assets/icons/icon_32.png",
    "64": "assets/icons/icon_64.png",
    "128": "assets/icons/icon_128.png"
  },
  "manifest_version": 2,
  "permissions": [
    "*://*.instagram.com/",
    "storage",
    "webRequestBlocking",
    "webRequest"
  ],
  "version": "1.7.19",
  "incognito": "not_allowed",
  "minimum_chrome_version": "74.0",
  "update_url": "https://clients2.google.com/service/update2/crx",
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}