Medium Play

Listen to audio versions of medium stories.

Medium Play क्या है?

Medium Play swap द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Listen to audio versions of medium stories."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Medium Play एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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                    

एक्सटेंशन की मूल जानकारी

नाम Medium Play Medium Play
ID bjacbjpkijglgooedjahapjohhofopba
आधिकारिक URL https://chromewebstore.google.com/detail/medium-play/bjacbjpkijglgooedjahapjohhofopba
विवरण Listen to audio versions of medium stories.
फ़ाइल का आकार 15.42 KB
स्थापना संख्या 120
वर्तमान संस्करण 1.1.1
अंतिम अपडेट 2018-03-04
प्रकाशन तिथि 2018-03-03
रेटिंग 4.00/5 कुल 2 रेटिंग्स
डेवलपर swap
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/swapagarwal/medium-play
समर्थित भाषाएँ 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
}