Play.ht: Audio Articles for Medium Writers

Play.ht allows Medium writers to add audio to their articles.

Play.ht: Audio Articles for Medium Writers란 무엇입니까?

Play.ht: Audio Articles for Medium Writers은(는) https://play.ht에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Play.ht allows Medium writers to add audio to their articles."입니다.

확장 프로그램 스크린샷

Play.ht: Audio Articles for Medium Writers 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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                    

확장 프로그램 기본 정보

이름 Play.ht: Audio Articles for Medium Writers Play.ht: Audio Articles for Medium Writers
ID gklfcaofjmilchcphdgbhjeoopdaejje
공식 URL https://chromewebstore.google.com/detail/playht-audio-articles-for/gklfcaofjmilchcphdgbhjeoopdaejje
설명 Play.ht allows Medium writers to add audio to their articles.
파일 크기 1.92 MB
설치 횟수 3,618
현재 버전 1.9.4
최근 업데이트 2020-09-14
출시 날짜 2020-06-17
평점 4.00/5 총 29 개의 평점
개발자 https://play.ht
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://play.ht/
개인정보 보호 정책 페이지 URL https://play.ht/privacy
지원되는 언어 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'"
}