Twitch PixelMute Firefox

Examine source code of Twitch PixelMute

By: rmcat
Inspect and view changes in Twitch PixelMute source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "PixelMute",
  "version": "1.0",
  "description": "Automatically mutes tabs when specific screen content is detected.",
  "permissions": [
    "storage",
    "tabs",
    "activeTab"
  ],
  "host_permissions": [
    "https://*.twitch.tv/*",
    "https://*.kick.com/*",
    "https://*.youtube.com/*"
  ],
  "background": {
    "scripts": [
      "rules_parser.js",
      "background.js"
    ]
  },
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "32": "icons/icon32.png"
    }
  },
  "icons": {
    "32": "icons/icon32.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "options_ui": {
    "page": "options/options.html",
    "open_in_tab": true
  },
  "content_scripts": [
    {
      "matches": [
        "https://*.twitch.tv/*",
        "https://*.kick.com/*",
        "https://*.youtube.com/*"
      ],
      "js": [
        "rules_parser.js",
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{06234150-b867-4b23-a543-e4663befc52c}",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best Twitch PixelMute Alternatives

Here are some Firefox add-ons that are similar to Twitch PixelMute: