RSS Feed

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

¿Qué es RSS Feed?

RSS Feed es una extensión de Chrome desarrollada por http://onefeed.app, y su función principal es "RSS Feed let's you follow your favorite websites in one place.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión RSS Feed

Descarga archivos de extensión RSS Feed en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

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

Información Básica de la Extensión

Nombre RSS Feed RSS Feed
ID onajimpflclfkonkpcjnpffmnefdnmfb
URL Oficial https://chrome.google.com/webstore/detail/rss-feed/onajimpflclfkonkpcjnpffmnefdnmfb
Descripción RSS Feed let's you follow your favorite websites in one place.
Tamaño del Archivo 63.14 KB
Cantidad de Instalaciones 239
Versión Actual 1.0.2
Última Actualización 2018-07-16
Fecha de Publicación 2018-07-16
Calificación 3.67/5 Total de 6 Calificaciones
Desarrollador http://onefeed.app
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://onefeed.app
URL de la Página de Ayuda https://onefeed.app
Idiomas Soportados 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:;"
}