Vanish Mode

Vanish Mode

Instagram users globally can use the new vanish mode in their Direct Messages which is part of one of the latest updates.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "browser_action": {
    "default_icon": {
      "16": "logo_128.png",
      "32": "logo_128.png",
      "48": "logo_128.png",
      "128": "logo_128.png"
    },
    "default_popup": "index.html"
  },
  "description": "Instagram users globally can use the new vanish mode in their Direct Messages which is part of one of the latest updates.",
  "icons": {
    "16": "logo_128.png",
    "32": "logo_128.png",
    "48": "logo_128.png",
    "128": "logo_128.png"
  },
  "manifest_version": 2,
  "name": "Vanish Mode",
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.0"
}