Better News Feed

Increases productivity by replacing Facebook News Feed with photo and inspirational quote

Cos'è Better News Feed?

Better News Feed è un'estensione di Chrome sviluppata da vpontis, e la sua funzione principale è "Increases productivity by replacing Facebook News Feed with photo and inspirational quote".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Better News Feed

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

                        Replace your News Feed with an inspirational quote and nice picture. Save time by having more control over your News Feed. This extension blocks News Feed by default but also allows you to selectively enable News Feed for when you want to browse. 

This is a fork and improvement of Neal Wu's Kill News Feed.                    

Informazioni di Base sull'Estensione

Nome Better News Feed Better News Feed
ID ckkppjogapagpeimgiadengmdphhline
URL Ufficiale https://chromewebstore.google.com/detail/better-news-feed/ckkppjogapagpeimgiadengmdphhline
Descrizione Increases productivity by replacing Facebook News Feed with photo and inspirational quote
Dimensione del File 1.2 MB
Conteggio Installazioni 150
Versione Corrente 1.3.1
Ultimo Aggiornamento 2016-01-03
Data di Pubblicazione 2016-01-03
Valutazione 4.42/5 Totale 12 Valutazioni
Sviluppatore vpontis
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "js": [
                "jquery.min.js",
                "betterify.js"
            ],
            "matches": [
                "*:\/\/*.facebook.com\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "description": "Increases productivity by replacing Facebook News Feed with photo and inspirational quote",
    "icons": {
        "16": "images\/bnf-logo16.png",
        "48": "images\/bnf-logo48.png",
        "128": "images\/bnf-logo128.png"
    },
    "manifest_version": 2,
    "name": "Better News Feed",
    "options_page": "options.html",
    "permissions": [
        "storage"
    ],
    "web_accessible_resources": [
        "images\/*",
        "pictures.json",
        "quotes.json"
    ],
    "version": "1.3.1"
}