Purple Monocle Recorder Firefox

Examine source code of Purple Monocle Recorder

Inspect and view changes in Purple Monocle Recorder source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Purple Monocle Recorder",
  "version": "1.0.2",
  "description": "One-click clipper for epic streamer out-of-context moments, meme fuel, and dance loops — in perfect quality. 🟣✂️",
  "permissions": [
    "activeTab",
    "scripting",
    "storage",
    "tabs",
    "tabHide",
    "downloads",
    "webRequest"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "purple-monocle-recorder@firefoxplugin",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "action": {
    "default_popup": "src/popup/popup.html",
    "default_title": "Purple Monocle Recorder",
    "default_icon": {
      "16": "src/icons/icon-16.png",
      "32": "src/icons/icon-32.png",
      "48": "src/icons/icon-48.png",
      "96": "src/icons/icon-96.png"
    }
  },
  "background": {
    "scripts": [
      "src/background/service-worker.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "src/common/browser-shim.js",
        "src/content/content-script.js"
      ],
      "run_at": "document_end"
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "src/content/interceptor.js",
        "src/icons/icon_record-16.png",
        "src/icons/icon_record-32.png",
        "src/icons/icon_record-48.png",
        "src/icons/icon_record-96.png",
        "src/config/recorder-config.json",
        "src/config/validation-config.json"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "icons": {
    "16": "src/icons/icon-16.png",
    "32": "src/icons/icon-32.png",
    "48": "src/icons/icon-48.png",
    "96": "src/icons/icon-96.png"
  }
}

Best Purple Monocle Recorder Alternatives

Here are some Firefox add-ons that are similar to Purple Monocle Recorder: