Medium Play
Listen to audio versions of medium stories.
Wat is Medium Play?
Medium Play is een Chrome-extensie ontwikkeld door swap, en de belangrijkste functie is "Listen to audio versions of medium stories.".
Extensie Screenshots
Download het CRX-bestand van de extensie Medium Play
Download Medium Play-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | Medium Play |
ID | bjacbjpkijglgooedjahapjohhofopba |
Officiële URL | https://chromewebstore.google.com/detail/medium-play/bjacbjpkijglgooedjahapjohhofopba |
Beschrijving | Listen to audio versions of medium stories. |
Bestandsgrootte | 15.42 KB |
Aantal Installaties | 120 |
Huidige Versie | 1.1.1 |
Laatst Bijgewerkt | 2018-03-04 |
Publicatiedatum | 2018-03-03 |
Beoordeling | 4.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | swap |
Betalingswijze | free |
Extensiewebsite | https://github.com/swapagarwal/medium-play |
Ondersteunde Talen | 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 } |