Smart Lecture Recorder Firefox

Examine source code of Smart Lecture Recorder

Inspect and view changes in Smart Lecture Recorder source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Smart Lecture Recorder",
  "version": "1.3",
  "description": "Record online lectures with audio notes, timestamps, and saved sessions.",
  "permissions": [
    "tabs",
    "activeTab",
    "storage",
    "notifications",
    "microphone"
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_title": "Smart Lecture Recorder"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{2121512a-bf64-45fd-b539-430c7eebb7ef}"
    }
  }
}

Best Smart Lecture Recorder Alternatives

Here are some Firefox add-ons that are similar to Smart Lecture Recorder: