Play.ht: Audio Articles for Medium Writers
Play.ht allows Medium writers to add audio to their articles.
Hvad er Play.ht: Audio Articles for Medium Writers?
Play.ht: Audio Articles for Medium Writers er en Chrome-udvidelse udviklet af https://play.ht, og dens hovedfunktion er "Play.ht allows Medium writers to add audio to their articles.".
Udvidelsesskærmbilleder
Download Play.ht: Audio Articles for Medium Writers-udvidelses-CRX-fil
Download Play.ht: Audio Articles for Medium Writers-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Play.ht helps Medium writers to make their stories accessible with audio. It's super easy to use and requires no effort to create the audio. All you have to do is click the 'Publish with Audio' button. Play.ht makes use of the best in class Text-to-Speech voices to convert the story to audio. Some of the best writers from top publications use Play.ht to make their stories accessible with audio and reach more people. With Play.ht you can: - instantly add an audio player to your Medium story - increase listening engagement by up to 30% of your Medium stories - look at analytics to see how many people are listening to your Medium - grow email subscribers who are interested in receiving your Medium stories as audio
Grundlæggende oplysninger om udvidelsen
Navn | Play.ht: Audio Articles for Medium Writers |
ID | gklfcaofjmilchcphdgbhjeoopdaejje |
Officiel URL | https://chromewebstore.google.com/detail/playht-audio-articles-for/gklfcaofjmilchcphdgbhjeoopdaejje |
Beskrivelse | Play.ht allows Medium writers to add audio to their articles. |
Filstørrelse | 1.92 MB |
Antal Installationer | 3,618 |
Nuværende Version | 1.9.4 |
Senest Opdateret | 2020-09-14 |
Udgivelsesdato | 2020-06-17 |
Bedømmelse | 4.00/5 Samlet 29 Bedømmelser |
Udvikler | https://play.ht |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://play.ht/ |
URL til Fortrolighedspolitik Side | https://play.ht/privacy |
Understøttede Sprog | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Play.ht: Audio Articles for Medium Writers", "version": "1.9.4", "description": "Play.ht allows Medium writers to add audio to their articles.", "icons": { "16": "assets\/images\/logo\/16x16.png", "48": "assets\/images\/logo\/48x48.png", "128": "assets\/images\/logo\/128x128.png" }, "permissions": [ "*:\/\/*.play.ht\/*", "*:\/\/medium.com\/*", "background", "webRequest", "webRequestBlocking", "storage" ], "browser_action": [], "background": { "scripts": [ "src\/authors\/background\/fetcher.js", "src\/authors\/background\/background.js", "src\/listeners\/background\/background.js", "src\/listeners\/background\/utils.js", "src\/listeners\/background\/header-intercept.js", "src\/listeners\/config.js" ] }, "content_scripts": [ { "matches": [ "*:\/\/medium.com\/*" ], "js": [ "vendor\/socket.io-1.4.5.js", "vendor\/firebase.v3.3.0.js", "vendor\/wavesurfer.min.js", "src\/listeners\/config.js", "src\/listeners\/content\/analytics.js", "src\/listeners\/content\/custom-audio.js", "src\/listeners\/content\/waves-audio.js", "src\/listeners\/content\/transcription-manager.js", "src\/listeners\/content\/user-controller.js", "src\/listeners\/content\/settings-controller.js", "src\/listeners\/content\/content-controller.js", "src\/listeners\/content\/updatesNotificationsFactory.js", "src\/listeners\/content\/updatesNotifications-controller.js", "src\/listeners\/content\/utility.js", "src\/listeners\/content\/observer.js" ], "css": [ "assets\/styles\/listeners\/custom-audio.css", "assets\/styles\/authors\/jquery.dropdown.css" ], "run_at": "document_end" }, { "matches": [ "https:\/\/medium.com\/*" ], "js": [ "src\/authors\/deb.js", "vendor\/firebase.js", "vendor\/jqueryui.js", "vendor\/jscolor.js", "vendor\/lame.min.js", "vendor\/highcharts.js", "src\/authors\/tour.js", "src\/authors\/main.js", "src\/authors\/script.js" ], "css": [ "assets\/styles\/authors\/btn-loading.css", "assets\/styles\/authors\/jquery.dropdown.css", "assets\/styles\/authors\/jqueryui.css", "assets\/styles\/authors\/multiselect.css", "assets\/styles\/authors\/dropdown-style.css", "assets\/styles\/authors\/loading-bar.css" ], "run_at": "document_end" }, { "matches": [ "https:\/\/play.ht\/extension\/login\/*", "http:\/\/localhost:5000\/newlanding\/*" ], "js": [ "vendor\/jquery.min.js", "src\/authors\/login.js" ], "run_at": "document_end" } ], "web_accessible_resources": [ "assets\/images\/*.png", "assets\/images\/*.svg", "assets\/images\/*.gif", "vendor\/*.js", "src\/authors\/*.js" ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com https:\/\/client.crisp.chat https:\/\/*.intercom.io\/ wss:\/\/*.firebaseio.com https:\/\/*.firebaseio.com https:\/\/a.play.ht; object-src 'self'" } |