Save to Playpost Firefox

Examine source code of Save to Playpost

Inspect and view changes in Save to Playpost source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Save to Playpost",
  "short_name": "Playpost",
  "author": "Playpost",
  "description": "Listen to articles. Easily save articles from your browser to your Playpost playlist.",
  "homepage_url": "https://playpost.app",
  "version": "1.0.41",
  "browser_action": {
    "default_title": "Save to Playpost",
    "default_icon": "images/icon-16@2x.png",
    "default_popup": "popup.html"
  },
  "incognito": "spanning",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "options_ui": {
    "chrome_style": true,
    "page": "options.html"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "icons": {
    "16": "images/icon-16@2x.png",
    "48": "images/icon-48@2x.png",
    "128": "images/icon-128@2x.png"
  },
  "permissions": [
    "storage",
    "activeTab",
    "https://api.playpost.app/*"
  ]
}

Best Save to Playpost Alternatives

Here are some Firefox add-ons that are similar to Save to Playpost: