RSS Reader - Swipe my feed now

News swipe|RSS reader

O que é RSS Reader - Swipe my feed now?

RSS Reader - Swipe my feed now é uma extensão do Chrome desenvolvida por https://quaster.fr, e sua principal característica é "News swipe|RSS reader".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão RSS Reader - Swipe my feed now

Baixe arquivos de extensão RSS Reader - Swipe my feed now 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

                        Discover the RSS feeds available on the current page with just a  click on the toolbar and read live articles as swipe and flip cards.
How it works? Swipe my feed NOW © will check if the current page itself is an RSS feed and open the swipe reader in that case, otherwise it will start a bot to lookup for RSS on the current website and bring a list. Once the list of RSS feed links is returned, you can open the swipe reader of the feed of your choice.
Why is Swipe my feed NOW © different from other RSS feed readers?
-SWING WITH SWIPE AND FLIP
Forget old interfaces and swipe items into cards with your finger or you mouse. Instantly throw away what you don't like. Tap or click the card to flip it over and read the details and then access the author's website only if you like it.
-REAL TIME READING
 Don’t let other decide what’s good to read for you. While traditional RSS readers notify upon arrival of a new item, Swipe my feed NOW © rely on "agility". The reader get you read faster thanks to the swipe so you can read more frequently. It's You who make the news!
-A REAL "FREE"
There are a plethora of RSS readers that pretend to be "Free". But you often register or install an extension to discover that interesting features are actually paid! The Swipe my feed NOW © RSS feed reader is completely free.
-NO ADVERTISING
Some RSS readers do not hesitate to blackmail: either you pay or you have advertising! The Swipe my feed NOW © RSS feed reader is ad-free. Note: the reading of the complete articles is done on the authors' website; the latter can impose advertising on their site.
-NO REGISTRATION, NO SPYING
Access to RSS feeds is anonymous and immediate, it does not require any registration. Note: the reading of the complete articles is done on the authors' website and depending upon their Terms and Conditions, they can impose a registration and paid services.
Note: Swipe my feed NOW © uses an external website as a viewer: News on the Web © (https://news-on-the-web.com), by the same author, another RSS reader without ads, free and without spying (anonymous).
-OPTIMIZED FOR TOUCH SCREEN DEVICES
The News on the Web © RSS feed reader works fine on a desktop computer with a mouse but is optimized to provide the best user experience on touch screen devices.
-BONUS
Share your favorite feeds! Share on social networks or mail, or with yourself to read your favorite feed on your phone.

If you have any feedback, bugs or issues, please use the QUASTER SASU contact page: https://quaster.fr/#contact . Do not hesitate to share if a RSS feed is not recognize as such, this may happen sometime.
This extension was developed and is maintained with ♥.                    

Informações Básicas da Extensão

Nome RSS Reader - Swipe my feed now RSS Reader - Swipe my feed now
ID pbldkhggebfbpfdffijocicanpkibokh
URL Oficial https://chromewebstore.google.com/detail/rss-reader-swipe-my-feed/pbldkhggebfbpfdffijocicanpkibokh
Descrição News swipe|RSS reader
Tamanho do Arquivo 172 KB
Contagem de Instalações 67
Versão Atual 1.2
Última Atualização 2022-03-15
Data de Publicação 2022-03-09
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor https://quaster.fr
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://news-on-the-web.com/us/
URL da Página de Ajuda https://quaster.fr/#contact
URL da Página de Política de Privacidade https://news-on-the-web.com/privacy-ext-chrome
Idiomas Suportados en,fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appTitle__",
    "description": "__MSG_appDesc__",
    "version": "1.2",
    "manifest_version": 3,
    "default_locale": "en",
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/img\/news-on-the-web-16x16.png",
            "32": "\/img\/news-on-the-web-32x32.png",
            "48": "\/img\/news-on-the-web-48x48.png",
            "128": "\/img\/news-on-the-web-128x128.png",
            "144": "\/img\/news-on-the-web-144x144.png"
        }
    },
    "options_page": "options.html",
    "icons": {
        "16": "\/img\/news-on-the-web-16x16.png",
        "32": "\/img\/news-on-the-web-32x32.png",
        "48": "\/img\/news-on-the-web-48x48.png",
        "128": "\/img\/news-on-the-web-128x128.png",
        "144": "\/img\/news-on-the-web-144x144.png"
    }
}