AutoKeyFinder Firefox

Examine source code of AutoKeyFinder

By: Govind
Inspect and view changes in AutoKeyFinder source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "AutoKeyFinder",
  "version": "1.0",
  "description": "Auto-detect musical key of audio playing on the page.",
  "icons": {
    "128": "icons/icon.png"
  },
  "permissions": [
    "tabs",
    "activeTab",
    "storage"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "autokeyfinder@example.com",
      "strict_min_version": "109.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": "icons/icon.png"
  }
}

Best AutoKeyFinder Alternatives

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