Play/Pause Button For Pocket Casts 2 Firefox

Examine source code of Play/Pause Button For Pocket Casts 2

By: illuzor Add-on
Inspect and view changes in Play/Pause Button For Pocket Casts 2 source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "__MSG_ext_name__",
  "short_name": "__MSG_ext_short_name__",
  "description": "__MSG_ext_description__",
  "version": "2.3.0",
  "author": "Artem Zanin",
  "default_locale": "en",
  "browser_specific_settings": {
    "gecko": {
      "id": "illuzor@gmail.com",
      "strict_min_version": "115.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "icons": {
    "16": "images/Play.png",
    "48": "images/icon48.png",
    "128": "images/icon128.png"
  },
  "options_ui": {
    "page": "options.html"
  },
  "permissions": [
    "storage",
    "tabs",
    "scripting"
  ],
  "host_permissions": [
    "https://pocketcasts.com/*/"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "https://pocketcasts.com/*/"
      ],
      "js": [
        "action-skip.js"
      ]
    }
  ],
  "commands": {
    "play-pause": {
      "suggested_key": {
        "default": "MediaPlayPause"
      },
      "description": "__MSG_play_pause__"
    },
    "jump-back": {
      "suggested_key": {
        "default": "MediaPrevTrack"
      },
      "description": "__MSG_jump_back__"
    },
    "jump-forward": {
      "suggested_key": {
        "default": "MediaNextTrack"
      },
      "description": "__MSG_jump_forward__"
    }
  },
  "action": {}
}

Best Play/Pause Button For Pocket Casts 2 Alternatives

Here are some Firefox add-ons that are similar to Play/Pause Button For Pocket Casts 2: