One-Button Audio Recorder Firefox

Examine source code of One-Button Audio Recorder

By: Quyen
Inspect and view changes in One-Button Audio Recorder source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "One-Button Audio Recorder",
  "version": "1.0.0",
  "description": "Ghi âm âm thanh tab hiện tại chỉ với một nút, tự động lưu.",
  "permissions": [
    "tabCapture",
    "downloads",
    "activeTab"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_title": "Record",
    "default_popup": "popup.html"
  },
  "icons": {
    "128": "icon.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "one-button-audio-recorder@addon",
      "strict_min_version": "140.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best One-Button Audio Recorder Alternatives

Here are some Firefox add-ons that are similar to One-Button Audio Recorder: