Ad Auris Play

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

Wat is Ad Auris Play?

Ad Auris Play is een Chrome-extensie ontwikkeld door Ad Auris, en de belangrijkste functie is "Turn any article into a podcast. Listen to it right away or add to a playlist to return to later.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Ad Auris Play

Download Ad Auris Play-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Ad Auris Play Ad Auris Play
ID cbapodfajkmfmbmcihcdnilelhhhlpap
Officiële URL https://chromewebstore.google.com/detail/ad-auris-play/cbapodfajkmfmbmcihcdnilelhhhlpap
Beschrijving Turn any article into a podcast. Listen to it right away or add to a playlist to return to later.
Bestandsgrootte 1.89 MB
Aantal Installaties 560
Huidige Versie 2.2.0
Laatst Bijgewerkt 2023-04-11
Publicatiedatum 2022-07-01
Beoordeling 5.00/5 Totaal 4 Beoordelingen
Ontwikkelaar Ad Auris
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://play.ad-auris.com
Help Pagina-URL https://play.ad-auris.com/faq
URL van de Privacybeleid Pagina https://play.ad-auris.com/privacy-policy
Ondersteunde Talen 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\/*"
    ]
}