Ad Auris Play

Turn any article into a podcast. Listen to it right away or add to a playlist to return to later.

Ad Auris Play란 무엇입니까?

Ad Auris Play은(는) Ad Auris에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Turn any article into a podcast. Listen to it right away or add to a playlist to return to later."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Ad Auris Play 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Turn any article into a podcast. Listen to it right away or add to a playlist to return to later. 

Ad Auris Play uses enhanced text-to-speech technology and beautiful post-production editing to turn any article into a podcast-like narration. Listen to articles from your favourite publications like The New York Times, Atlantic, and others. 

Narrations can either be listened to immediately or saved to your personal playlist to come back to later. Access your playlist from your phone while you’re on the go or multitasking. 

Ad Auris Play is intended for users who have multiple tabs of articles open in their browser that never end up getting read. By saving the article as a podcast a whole new part of the day is opened up to  content consumption. Increase your productivity by checking more items off your reading list. 

FEATURES ✨

Instant conversion of articles to podcast-like narrations 

Personal playlist to save articles to for later 

Easy mobile listening 

Coming soon: follow your favourite publications                    

확장 프로그램 기본 정보

이름 Ad Auris Play Ad Auris Play
ID cbapodfajkmfmbmcihcdnilelhhhlpap
공식 URL https://chromewebstore.google.com/detail/ad-auris-play/cbapodfajkmfmbmcihcdnilelhhhlpap
설명 Turn any article into a podcast. Listen to it right away or add to a playlist to return to later.
파일 크기 1.89 MB
설치 횟수 560
현재 버전 2.2.0
최근 업데이트 2023-04-11
출시 날짜 2022-07-01
평점 5.00/5 총 4 개의 평점
개발자 Ad Auris
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://play.ad-auris.com
도움말 페이지 URL https://play.ad-auris.com/faq
개인정보 보호 정책 페이지 URL https://play.ad-auris.com/privacy-policy
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Ad Auris Play",
    "short_name": "Play App",
    "description": "Turn any article into a podcast. Listen to it right away or add to a playlist to return to later.",
    "version": "2.2.0",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_title": "Ad Auris Play",
        "default_popup": "index.html",
        "default_icon": {
            "16": "\/next-assets\/ad-auris-logo-icon.png",
            "32": "\/next-assets\/ad-auris-logo-icon.png",
            "48": "\/next-assets\/ad-auris-logo-icon.png",
            "128": "\/next-assets\/ad-auris-logo-icon.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "popupContentScript.js"
            ],
            "css": [
                "popupAlert.css"
            ],
            "match_about_blank": true,
            "run_at": "document_idle"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "popup-alert.html",
                "background.js",
                ".\/next\/*",
                "popupAlert.css",
                "popupContentScript.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "icons": {
        "16": "\/next-assets\/ad-auris-logo-icon.png",
        "32": "\/next-assets\/ad-auris-logo-icon.png",
        "48": "\/next-assets\/ad-auris-logo-icon.png",
        "128": "\/next-assets\/ad-auris-logo-icon.png"
    },
    "permissions": [
        "storage",
        "notifications",
        "tabs",
        "alarms"
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/play-app-debug.herokuapp.com\/*",
            "https:\/\/ad-auris-logging-db-l72twop3ra-uc.a.run.app\/*",
            "https:\/\/play.ad-auris.com\/*",
            "https:\/\/beta-play-staging.herokuapp.com\/*",
            "https:\/\/play-narration-creation-service-rsyw6u7lda-uc.a.run.app\/*",
            "https:\/\/play-narration-creation-service-staging-rsyw6u7lda-uc.a.run.app\/*",
            "https:\/\/api.segment.io\/*"
        ]
    },
    "host_permissions": [
        "https:\/\/ad-auris-logging-db-l72twop3ra-uc.a.run.app\/*",
        "https:\/\/dashboard.ad-auris.com\/*",
        "https:\/\/play-app-debug.herokuapp.com\/*",
        "https:\/\/play.ad-auris.com\/*",
        "https:\/\/beta-play-staging.herokuapp.com\/*",
        "https:\/\/play-narration-creation-service-rsyw6u7lda-uc.a.run.app\/*",
        "https:\/\/play-narration-creation-service-staging-rsyw6u7lda-uc.a.run.app\/*",
        "https:\/\/api.segment.io\/*"
    ]
}