get-rss-feed-url-extension
get-rss-feed-url-extension copied to clipboard
Retreive RSS feeds URLs from WebSite - Chrome Extension
Here's their RSS feed that works. https://www.ebaumsworld.com/rss/featured/
In addition to the entries already checked by `async function tryToGetFeedURL(tabUrl)` in https://github.com/shevabam/get-rss-feed-url-extension/blob/master/js/functions.js please add these: ``` text /feed/ /rss/ /blog/feed/ /blog/rss/ /blog/rss.xmls /feeds/posts/default /?format=feed ``` Sources: - https://help.ocoya.com/en/articles/8021127-how-to-find-rss-feed-urls which...
google's "RSS Subscription" extension [(fork)](https://github.com/justinkelly/chrome-rss) offers the ability to submit the extracted feed url to an aggregator service chosen from a configurable list (but is no good for github without...