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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة المساعدة https://play.ad-auris.com/faq
عنوان صفحة سياسة الخصوصية 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\/*"
    ]
}