CastLoom - Apple Podcasts Downloader Firefox

Examine source code of CastLoom - Apple Podcasts Downloader

Inspect and view changes in CastLoom - Apple Podcasts Downloader source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "__MSG_extensionName__",
  "version": "1.0.0",
  "description": "__MSG_extensionDescription__",
  "default_locale": "en",
  "permissions": [
    "storage",
    "activeTab",
    "tabs"
  ],
  "host_permissions": [
    "https://podcasts.apple.com/*",
    "https://itunes.apple.com/*"
  ],
  "background": {
    "scripts": [
      "js/background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "https://podcasts.apple.com/*",
        "https://itunes.apple.com/*"
      ],
      "js": [
        "js/content.js"
      ],
      "css": [
        "css/content.css"
      ],
      "run_at": "document_end"
    }
  ],
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "images/icon16.png",
      "48": "images/icon48.png",
      "128": "images/icon128.png"
    }
  },
  "icons": {
    "16": "images/icon16.png",
    "48": "images/icon48.png",
    "128": "images/icon128.png"
  },
  "options_page": "options.html",
  "web_accessible_resources": [
    {
      "resources": [
        "images/*",
        "_locales/*/messages.json"
      ],
      "matches": [
        "https://podcasts.apple.com/*",
        "https://itunes.apple.com/*"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "castloom-extension@toolooz.com",
      "strict_min_version": "109.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best CastLoom - Apple Podcasts Downloader Alternatives

Here are some Firefox add-ons that are similar to CastLoom - Apple Podcasts Downloader: