RadikoUIExtension Firefox

Examine source code of RadikoUIExtension

By: madogai Add-on
Inspect and view changes in RadikoUIExtension source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "RadikoUIExtension",
  "version": "1.2.0",
  "description": "radikoのUIを拡張します。",
  "options_ui": {
    "page": "options/option.html",
    "open_in_tab": false
  },
  "content_scripts": [
    {
      "matches": [
        "*://radiko.jp/*"
      ],
      "js": [
        "module.js"
      ]
    }
  ],
  "web_accessible_resources": [
    "contents/*"
  ],
  "permissions": [
    "storage"
  ]
}

Best RadikoUIExtension Alternatives

Here are some Firefox add-ons that are similar to RadikoUIExtension: