Medium Play

Listen to audio versions of medium stories.

What is Medium Play?

Medium Play is a Chrome extension developed by swap, and its main feature is "Listen to audio versions of medium stories.".

Extension Screenshots

screenshot
screenshot

Download Medium Play Extension CRX File

Download Medium Play extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        On any medium.com/* page that offers an audio version, click on the page action button to listen to audio version of that story.

Inspired by https://medium.com/bugbountywriteup/listening-to-any-members-only-audio-version-of-the-story-in-medium-bf2dc2abc8d7

Contributions are welcome at https://github.com/swapagarwal/medium-play                    

Extension Basic Information

Name Medium Play Medium Play
ID bjacbjpkijglgooedjahapjohhofopba
Official URL https://chromewebstore.google.com/detail/medium-play/bjacbjpkijglgooedjahapjohhofopba
Description Listen to audio versions of medium stories.
File Size 15.42 KB
Installation Count 120
Current Version 1.1.1
Last Updated 2018-03-04
Publish Date 2018-03-03
Rating 4.00/5 Total 2 Ratings
Developer swap
Payment Type free
Extension Website https://github.com/swapagarwal/medium-play
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Medium Play",
    "version": "1.1.1",
    "description": "Listen to audio versions of medium stories.",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "page_action": {
        "default_icon": "icon19.png",
        "default_title": "Check out the audio version!"
    },
    "permissions": [
        "activeTab",
        "declarativeContent"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "manifest_version": 2
}