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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Ad Auris และคุณลักษณะหลักของมันคือ "Turn any article into a podcast. Listen to it right away or add to a playlist to return to later."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Ad Auris Play

ดาวน์โหลดไฟล์ส่วนขยาย Ad Auris Play ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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\/*"
    ]
}