ListenLater.fm
A read-it-later service for your ears
What is ListenLater.fm?
ListenLater.fm is a Chrome extension developed by https://listenlater.fm, and its main feature is "A read-it-later service for your ears".
Extension Screenshots
Download ListenLater.fm Extension CRX File
Download ListenLater.fm 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
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.
Extension Basic Information
Name | ListenLater.fm |
ID | lelinmbjcafkkmemgmckiklmdeehfhkm |
Official URL | https://chromewebstore.google.com/detail/listenlaterfm/lelinmbjcafkkmemgmckiklmdeehfhkm |
Description | A read-it-later service for your ears |
File Size | 32.93 KB |
Installation Count | 491 |
Current Version | 1.2.0 |
Last Updated | 2023-07-28 |
Publish Date | 2020-02-12 |
Rating | 5.00/5 Total 1 Ratings |
Developer | https://listenlater.fm |
[email protected] | |
Payment Type | free |
Extension Website | https://www.listenlater.fm |
Privacy Policy Page URL | https://www.listenlater.fm/privacy |
Supported Languages | 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" } } |