ChordOverlay Firefox

Examine source code of ChordOverlay

By: Thu
Inspect and view changes in ChordOverlay source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "ChordOverlay",
  "version": "1.0.1",
  "description": "Overlay simple chord/time notes on videos (note times like 0:15 – C).",
  "permissions": [
    "activeTab",
    "storage"
  ],
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "js": [
        "content.js"
      ],
      "css": [
        "style.css"
      ],
      "run_at": "document_idle"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "chordoverlay-563de6dff28b@example.com",
      "strict_min_version": "142.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ],
        "collects": false
      }
    }
  },
  "icons": {
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png"
  }
}

Best ChordOverlay Alternatives

Here are some Firefox add-ons that are similar to ChordOverlay: