Medium Play

Listen to audio versions of medium stories.

Qu'est-ce que Medium Play ?

Medium Play est une extension Chrome développée par swap, et sa fonction principale est "Listen to audio versions of medium stories.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Medium Play

Téléchargez les fichiers d'extension Medium Play au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Medium Play Medium Play
ID bjacbjpkijglgooedjahapjohhofopba
URL Officiel https://chromewebstore.google.com/detail/medium-play/bjacbjpkijglgooedjahapjohhofopba
Description Listen to audio versions of medium stories.
Taille du Fichier 15.42 KB
Nombre d'Installations 120
Version Actuelle 1.1.1
Dernière Mise à Jour 2018-03-04
Date de Publication 2018-03-03
Évaluation 4.00/5 Total 2 Évaluations
Développeur swap
Type de Paiement free
Site Web de l'Extension https://github.com/swapagarwal/medium-play
Langues Prises en Charge 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
}