InstaKeep

InstaKeep

InstaKeep - Download and save yours and your friends Instagram stories, pictures and videos.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "InstaKeep",
  "version": "1.2",
  "homepage_url": "https://instakeep.xyz",
  "description": "InstaKeep - Download and save yours and your friends Instagram stories, pictures and videos.",
  "permissions": [
    "activeTab"
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_title": "InstaKeep",
    "default_icon": {
      "16": "images/logo16.png",
      "32": "images/logo32.png",
      "48": "images/logo48.png",
      "128": "images/logo128.png"
    }
  },
  "icons": {
    "16": "images/logo16.png",
    "32": "images/logo32.png",
    "48": "images/logo48.png",
    "128": "images/logo128.png"
  },
  "manifest_version": 2
}