RSS Feed

RSS Feed let's you follow your favorite websites in one place.

Wat is RSS Feed?

RSS Feed is een Chrome-extensie ontwikkeld door http://onefeed.app, en de belangrijkste functie is "RSS Feed let's you follow your favorite websites in one place.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie RSS Feed

Download RSS Feed-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Discover new content and stay up-to-date with your favorite feeds, news and blogs without the need to visit every website.                    

Basisinformatie over de Extensie

Naam RSS Feed RSS Feed
ID onajimpflclfkonkpcjnpffmnefdnmfb
Officiële URL https://chrome.google.com/webstore/detail/rss-feed/onajimpflclfkonkpcjnpffmnefdnmfb
Beschrijving RSS Feed let's you follow your favorite websites in one place.
Bestandsgrootte 63.14 KB
Aantal Installaties 239
Huidige Versie 1.0.2
Laatst Bijgewerkt 2018-07-16
Publicatiedatum 2018-07-16
Beoordeling 3.67/5 Totaal 6 Beoordelingen
Ontwikkelaar http://onefeed.app
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://onefeed.app
Help Pagina-URL https://onefeed.app
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.2",
    "name": "RSS Feed",
    "manifest_version": 2,
    "description": "RSS Feed let's you follow your favorite websites in one place.",
    "browser_action": {
        "default_title": "OneFeed",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "img\/OneFeed-RSS-Feed-16.png",
        "48": "img\/OneFeed-RSS-Feed-48.png",
        "128": "img\/OneFeed-RSS-Feed-128.png"
    },
    "web_accessible_resources": [
        "inject.html"
    ],
    "background": {
        "page": "background.html"
    },
    "permissions": [
        "contextMenus",
        "management",
        "tabs",
        "storage"
    ],
    "content_security_policy": "default-src 'self'; script-src 'self' https:\/\/gql.socialfeed.io https:\/\/onefeed.app https:\/\/img.onefeed.app https:\/\/*.socialfeed.io http:\/\/localhost:4000 http:\/\/localhost:3030 https:\/\/localhost:3030 http:\/\/localhost:3005 https:\/\/localhost:3005 'unsafe-eval'; connect-src https:\/\/gql.socialfeed.io https:\/\/onefeed.app https:\/\/*.socialfeed.io https:\/\/img.onefeed.app http:\/\/localhost:4000 http:\/\/localhost:3030  http:\/\/localhost:3005; style-src * 'unsafe-inline' 'self' blob:; img-src * 'self' data:; font-src * 'self' data:;"
}