Earcast - Listen to any article as a podcast Firefox

Examine source code of Earcast - Listen to any article as a podcast

Inspect and view changes in Earcast - Listen to any article as a podcast source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Earcast - Listen to any article as a podcast",
  "description": "Turn any article into a podcast episode. Listen in your favorite podcast player.",
  "version": "1.0.6",
  "icons": {
    "16": "icon-16.png",
    "32": "icon-32.png",
    "48": "icon-48.png",
    "128": "icon-128.png"
  },
  "permissions": [
    "activeTab",
    "notifications",
    "storage",
    "scripting"
  ],
  "browser_specific_settings": {
    "gecko": {
      "data_collection_permissions": {
        "required": [
          "websiteContent"
        ],
        "optional": []
      },
      "id": "{802c6491-16c6-458b-bf42-7e832c7ebfe1}"
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_title": "Earcast",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.earcast.ai/*",
        "*://earcast.ai/*"
      ],
      "run_at": "document_start",
      "js": [
        "content-scripts/earcast-site.js"
      ]
    }
  ]
}

Melhores alternativas Earcast - Listen to any article as a podcast

Aqui estão algumas Firefox add-ons que são similares a Earcast - Listen to any article as a podcast: