ListenLater.fm

A read-it-later service for your ears

¿Qué es ListenLater.fm?

ListenLater.fm es una extensión de Chrome desarrollada por https://listenlater.fm, y su función principal es "A read-it-later service for your ears".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión ListenLater.fm

Descarga archivos de extensión ListenLater.fm en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        A read-it-later service for your ears. Send articles you want to read in the future to a personalized podcast feed for you to listen to on your own time.

Please create an account at ListenLater.fm to use this add-on. Once you have your account, please add your API Key to the Add-on settings in Chrome. From there, any time you want to add a new article to your personalized podcast feed, just click the icon in your toolbar.                    

Información Básica de la Extensión

Nombre ListenLater.fm ListenLater.fm
ID lelinmbjcafkkmemgmckiklmdeehfhkm
URL Oficial https://chromewebstore.google.com/detail/listenlaterfm/lelinmbjcafkkmemgmckiklmdeehfhkm
Descripción A read-it-later service for your ears
Tamaño del Archivo 32.93 KB
Cantidad de Instalaciones 491
Versión Actual 1.2.0
Última Actualización 2023-07-28
Fecha de Publicación 2020-02-12
Calificación 5.00/5 Total de 1 Calificaciones
Desarrollador https://listenlater.fm
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://www.listenlater.fm
URL de la Página de Política de Privacidad https://www.listenlater.fm/privacy
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "ListenLater.fm",
    "version": "1.2.0",
    "description": "A read-it-later service for your ears",
    "homepage_url": "https:\/\/www.listenlater.fm",
    "icons": {
        "48": "icons\/ear-512.png"
    },
    "permissions": [
        "tabs",
        "storage",
        "*:\/\/*\/*"
    ],
    "browser_action": {
        "default_icon": "icons\/ear-512.png",
        "default_title": "ListenLater.fm"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "options_ui": {
        "page": "options.html"
    }
}