RSS Feed
RSS Feed let's you follow your favorite websites in one place.
Cos'è RSS Feed?
RSS Feed è un'estensione di Chrome sviluppata da http://onefeed.app, e la sua funzione principale è "RSS Feed let's you follow your favorite websites in one place.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione RSS Feed
Scarica i file di estensione RSS Feed in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Discover new content and stay up-to-date with your favorite feeds, news and blogs without the need to visit every website.
Informazioni di Base sull'Estensione
Nome | |
ID | onajimpflclfkonkpcjnpffmnefdnmfb |
URL Ufficiale | https://chrome.google.com/webstore/detail/rss-feed/onajimpflclfkonkpcjnpffmnefdnmfb |
Descrizione | RSS Feed let's you follow your favorite websites in one place. |
Dimensione del File | 63.14 KB |
Conteggio Installazioni | 239 |
Versione Corrente | 1.0.2 |
Ultimo Aggiornamento | 2018-07-16 |
Data di Pubblicazione | 2018-07-16 |
Valutazione | 3.67/5 Totale 6 Valutazioni |
Sviluppatore | http://onefeed.app |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://onefeed.app |
URL della Pagina di Aiuto | https://onefeed.app |
Lingue Supportate | 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:;" } |