ListenLater.fm

A read-it-later service for your ears

Apa itu ListenLater.fm?

ListenLater.fm adalah ekstensi Chrome yang dikembangkan oleh https://listenlater.fm, dan fitur utamanya adalah "A read-it-later service for your ears".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi ListenLater.fm

Unduh file ekstensi ListenLater.fm dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama ListenLater.fm ListenLater.fm
ID lelinmbjcafkkmemgmckiklmdeehfhkm
URL Resmi https://chromewebstore.google.com/detail/listenlaterfm/lelinmbjcafkkmemgmckiklmdeehfhkm
Deskripsi A read-it-later service for your ears
Ukuran File 32.93 KB
Jumlah Instalasi 491
Versi Saat Ini 1.2.0
Terakhir Diperbarui 2023-07-28
Tanggal Publikasi 2020-02-12
Penilaian 5.00/5 Total 1 Penilaian
Pengembang https://listenlater.fm
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://www.listenlater.fm
URL Halaman Kebijakan Privasi https://www.listenlater.fm/privacy
Bahasa yang Didukung 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"
    }
}