Better Feedly

Feedly Cleanup

Cos'è Better Feedly?

Better Feedly è un'estensione di Chrome sviluppata da Monteverde, e la sua funzione principale è "Feedly Cleanup".

Scarica il file CRX dell'estensione Better Feedly

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

                        Feedly UI Cleanup

- add items count on page title;
- hide feeds that do not have items to be read;
- hide sharing buttons;
- hide pro bar features;
- hide feeds right sidebar
- full articles uses 100% screen size;                    

Informazioni di Base sull'Estensione

Nome Better Feedly Better Feedly
ID keafhbfghgapjfejeebfmmibecpdflhg
URL Ufficiale https://chrome.google.com/webstore/detail/better-feedly/keafhbfghgapjfejeebfmmibecpdflhg
Descrizione Feedly Cleanup
Dimensione del File 11.48 KB
Conteggio Installazioni 59
Versione Corrente 0.6.0
Ultimo Aggiornamento 2017-08-07
Data di Pubblicazione 2017-08-07
Valutazione 4.38/5 Totale 8 Valutazioni
Sviluppatore Monteverde
Email [email protected]
Tipo di Pagamento free
URL della Pagina di Aiuto http://lucasmonteverde.com
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Better Feedly",
    "description": "Feedly Cleanup",
    "version": "0.6.0",
    "manifest_version": 2,
    "icons": {
        "128": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.feedly.com\/*",
                "*:\/\/feedly.com\/*"
            ],
            "js": [
                "feedly.js"
            ],
            "css": [
                "style.css"
            ],
            "run_at": "document_end"
        }
    ]
}