Ad Auris Play

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

What is Ad Auris Play?

Ad Auris Play is a Chrome extension developed by Ad Auris, and its main feature is "Turn any article into a podcast. Listen to it right away or add to a playlist to return to later.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Ad Auris Play Extension CRX File

Download Ad Auris Play extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Ad Auris Play Ad Auris Play
ID cbapodfajkmfmbmcihcdnilelhhhlpap
Official URL https://chromewebstore.google.com/detail/ad-auris-play/cbapodfajkmfmbmcihcdnilelhhhlpap
Description Turn any article into a podcast. Listen to it right away or add to a playlist to return to later.
File Size 1.89 MB
Installation Count 560
Current Version 2.2.0
Last Updated 2023-04-11
Publish Date 2022-07-01
Rating 5.00/5 Total 4 Ratings
Developer Ad Auris
Email [email protected]
Payment Type free
Extension Website https://play.ad-auris.com
Help Page URL https://play.ad-auris.com/faq
Privacy Policy Page URL https://play.ad-auris.com/privacy-policy
Supported Languages 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\/*"
    ]
}