Edpuzzle Extension Firefox

Examine source code of Edpuzzle Extension

Inspect and view changes in Edpuzzle Extension source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Edpuzzle Extension",
  "version": "1.0",
  "description": "Cải thiện trải nghiệm Edpuzzle: tự động phát, giao diện tối, theo dõi tiến độ,...",
  "permissions": [
    "storage",
    "tabs",
    "https://*.edpuzzle.com/*"
  ],
  "icons": {
    "48": "icons/icon48.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "https://*.edpuzzle.com/*"
      ],
      "js": [
        "content.js"
      ],
      "css": [
        "style.css"
      ]
    }
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": "icons/icon48.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{1b8844fe-57e2-4814-9a0c-64e7d7054fd1}"
    }
  }
}

Best Edpuzzle Extension Alternatives

Here are some Firefox add-ons that are similar to Edpuzzle Extension: