asciinema Player For GitHub Firefox

Examine source code of asciinema Player For GitHub

Inspect and view changes in asciinema Player For GitHub source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "asciinema Player For GitHub",
  "short_name": "asciinema Player",
  "version": "19.7.1.1721",
  "description": "Automatically detect instances of asciinema links in a README on GitHub and embed the player in its place",
  "manifest_version": 2,
  "author": "Mihir Chaturvedi",
  "content_scripts": [
    {
      "run_at": "document_end",
      "matches": [
        "*://*.github.com/*"
      ],
      "js": [
        "index.js"
      ]
    }
  ],
  "permissions": [
    "webRequest",
    "webRequestBlocking",
    "*://*.github.com/*"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  }
}

Best asciinema Player For GitHub Alternatives

Here are some Firefox add-ons that are similar to asciinema Player For GitHub: