Instagram but DM Only

Instagram but DM Only

A Chrome extension that enables IG DMs only.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Instagram but DM Only",
  "version": "1.01",
  "description": "A Chrome extension that enables IG DMs only.",
  "permissions": [],
  "icons": {
    "16": "icon-16.png",
    "48": "icon-48.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://www.instagram.com/*"
      ],
      "js": [
        "content.js"
      ]
    }
  ]
}