Sheetify - Google Sheet Player Firefox

Examine source code of Sheetify - Google Sheet Player

By: Dan
Inspect and view changes in Sheetify - Google Sheet Player source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Sheetify - Google Sheet Audio Player",
  "version": "1.1.4",
  "default_locale": "en",
  "description": "Play audio directly from links in Google Sheets.",
  "author": "Dan",
  "icons": {
    "128": "img/icon.png"
  },
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "128": "img/icon.png"
    }
  },
  "permissions": [
    "storage"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://docs.google.com/spreadsheets/*"
      ],
      "js": [
        "lib/wavesurfer.js",
        "content.js"
      ],
      "css": [
        "player.css"
      ],
      "run_at": "document_end"
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "img/player/*.svg"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "sheetify@example.com",
      "strict_min_version": "140.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ],
        "optional": []
      }
    }
  }
}

Best Sheetify - Google Sheet Player Alternatives

Here are some Firefox add-ons that are similar to Sheetify - Google Sheet Player: