Help Me Pause - IG Reels

Help Me Pause - IG Reels

Instagram annoying pause challenge destroyer. Hit the Enter/Up/Down button to activate, ESC to see video controller.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Help Me Pause - IG Reels",
  "description": "Instagram annoying pause challenge destroyer. Hit the Enter/Up/Down button to activate, ESC to see video controller.",
  "version": "1.0.0",
  "author": "Khomdet Phueadphut",
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "permissions": [],
  "content_scripts": [
    {
      "matches": [
        "https://www.instagram.com/reels/*",
        "https://www.instagram.com/p/*",
        "https://www.instagram.com/reel/*"
      ],
      "js": [
        "injector_ui.js"
      ]
    }
  ]
}