Better Instagram Videos: Playback & Volume

Better Instagram Videos: Playback & Volume

Easily control the playback and volume of any Instagram videos.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "__MSG_appName__",
  "description": "__MSG_appDescription__",
  "default_locale": "en",
  "version": "1.0.6",
  "action": {},
  "icons": {
    "16": "icons/logo16.png",
    "48": "icons/logo48.png",
    "128": "icons/logo128.png"
  },
  "content_scripts": [
    {
      "js": [
        "assets/main.tsx-loader-410ebeee.js"
      ],
      "matches": [
        "https://www.instagram.com/*"
      ],
      "css": [
        "assets/main-94503414.css"
      ]
    }
  ],
  "web_accessible_resources": [
    {
      "matches": [
        "https://www.instagram.com/*"
      ],
      "resources": [
        "assets/main.tsx-42b1035c.js"
      ],
      "use_dynamic_url": true
    }
  ]
}