ReadCast Firefox

Examine source code of ReadCast

Inspect and view changes in ReadCast source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "ReadCast",
  "version": "1.1",
  "manifest_version": 2,
  "description": "Save articles to your ReadCast library straight from your browser.",
  "homepage_url": "https://readcast.app",
  "browser_action": {
    "default_icon": {
      "19": "./icons/favicon-16x16.png",
      "38": "./icons/favicon-16x16.png"
    },
    "default_title": "ReadCast"
  },
  "icons": {
    "16": "./icons/favicon-16x16.png",
    "128": "./icons/favicon-150x150.png"
  },
  "permissions": [
    "activeTab",
    "tabs"
  ],
  "background": {
    "persistent": false,
    "scripts": [
      "./js/background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "./js/injectMessage.js"
      ]
    }
  ]
}

Melhores alternativas ReadCast

Aqui estão algumas Firefox add-ons que são similares a ReadCast: