ListenLater.fm

A read-it-later service for your ears

O que é ListenLater.fm?

ListenLater.fm é uma extensão do Chrome desenvolvida por https://listenlater.fm, e sua principal característica é "A read-it-later service for your ears".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão ListenLater.fm

Baixe arquivos de extensão ListenLater.fm no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome ListenLater.fm ListenLater.fm
ID lelinmbjcafkkmemgmckiklmdeehfhkm
URL Oficial https://chromewebstore.google.com/detail/listenlaterfm/lelinmbjcafkkmemgmckiklmdeehfhkm
Descrição A read-it-later service for your ears
Tamanho do Arquivo 32.93 KB
Contagem de Instalações 491
Versão Atual 1.2.0
Última Atualização 2023-07-28
Data de Publicação 2020-02-12
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor https://listenlater.fm
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.listenlater.fm
URL da Página de Política de Privacidade https://www.listenlater.fm/privacy
Idiomas Suportados 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"
    }
}