A full featured RSS reader that's fully contained within the browser.
A full featured RSS reader that's fully contained within the browser.
Full source code is still available on github.
No account is required and this extension is entirely free.
There are no trackers, tracking or advertisements.
New version is finally compatible with manifest V3.
Web development is not my specialty and if you want to rework design (CSS and HTML), code (javascript), translations, ... do not hesitate to do PR or start discussions on github.
I'm sorry for errors on version 3.5.
If a feed is still loading, delete it in "manage" and add it.
Notification sound have not yet been reworked.
List of changes V3.006:
- Improve feeds reading
- Improve error message
- Add some feeds format
- Not get description from first item in page title when feed has no description
- Don't stop reading feed when error in feed
- "Mark All Read" works
- Fix various errors in service worker and viewer
- Use feed's image in title
- Fix HTML not interpreted in feed's title
- Fix encoding detection if another attribute is present after attribute encoding
- Add youtube media content detection : iframe must be activated to get player embedded
List of changes V3.005.2:
- Fix error when installing extension due to manifest and translation
- Fix issue with feeds without guid. (loading with no finish)
List of changes V3.005.1:
- Fix issue with feed's guid. Misreading guid creates multiple errors
- Fix an OMPL export problem
- Fix error when manage to add feed (order and exclude inversed)
List of changes V3.005:
- Works with manifest V3
- Data stored in-browser indexedDB database. If your browser synchronizes this database, you will find your data on other devices
- As the DOM is no longer accessible, XML of feeds is converted to JSON for their interpretation
- Feeds interpretation has been improved
- Takes into account feeds that are not in UTF8
- Some characters coded in HTML are detected and replaced by correct character such as the € sign
- Notification sound is played by a tab or window type popup depending on options
- Dark mode is present and can be activated in options
- You can choose font size
- Read later feeds are now really stored in DB and there is no expiration. So they are offline
- Translations were made using google translate for languages de, it, es and nl.
- You can go to GitHub to specify issues on feeds or for issues on translations
- Some improvement fixes on OPML imports/exports
- When feed is automatically redirected, a message displays the final address. It is better to make change in settings to speed up updates of feeds
- 2 new parameters are present to speed up feeds interpretations. If feeds can't be retrieved and there is no error message, these parameters must be increased. Otherwise, they can be reduced to speed up interpretations of feeds
- In feed's management it is possible not to take into account certain feeds for display of number of unread on icon of this extension
List of changes V3.004:
- Google found that sha256.js have obfuscated code because some value are in hex. I change it to decimal and remove unused functions and codes.
List of changes V3.2.1:
- Fix issue with alarm/autorefresh. Initialy work in dev but doen't work released
- Add action to open all unread in new tabs in one click. Work with option "open link in background"