Instant Feed

Enjoy subscribing your favorite websites

Cos'è Instant Feed?

Instant Feed è un'estensione di Chrome sviluppata da Developer, e la sua funzione principale è "Enjoy subscribing your favorite websites".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Instant Feed

Scarica i file di estensione Instant 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

                        A simple and fast extension to read RSS feeds
Instant feed features:
-Instant read mode read articles faster without visiting the website
-RTL support (read RSS feeds of right to left language websites)
-Responsive design (available on all screen sizes)
-Different themes
-Powerful search , search RSS channels by website address , RSS URL or keyword
-Drag and drop address of any website to add it to RSS channels
-No advertisements
-Available on Chrome and Firefox                    

Informazioni di Base sull'Estensione

Nome Instant Feed Instant Feed
ID eaejoajdgejmgaockdppfjfeodhkanig
URL Ufficiale https://chromewebstore.google.com/detail/instant-feed/eaejoajdgejmgaockdppfjfeodhkanig
Descrizione Enjoy subscribing your favorite websites
Dimensione del File 414 KB
Conteggio Installazioni 148
Versione Corrente 1.0
Ultimo Aggiornamento 2018-11-19
Data di Pubblicazione 2018-11-14
Sviluppatore Developer
Tipo di Pagamento free
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Instant Feed",
    "version": "1.0",
    "author": "addonDeveloper",
    "description": "Enjoy subscribing your favorite websites",
    "icons": {
        "48": "\/img\/icon48.png",
        "96": "\/img\/icon96.png"
    },
    "permissions": [
        "storage",
        ""
    ],
    "browser_action": {
        "default_title": "Instant Feed",
        "default_icon": {
            "16": "\/img\/icon16.png",
            "20": "\/img\/icon20.png",
            "32": "\/img\/icon32.png",
            "64": "\/img\/icon64.png"
        }
    },
    "background": {
        "scripts": [
            "bg.js"
        ],
        "persistent": true
    }
}