Newsfeed Burner

Burn away the distractions and increase your productivity by blocking newsfeeds from Linkedin, Facebook and Youtube.

Cos'è Newsfeed Burner?

Newsfeed Burner è un'estensione di Chrome sviluppata da Newsfeed Burner, e la sua funzione principale è "Burn away the distractions and increase your productivity by blocking newsfeeds from Linkedin, Facebook and Youtube.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Newsfeed Burner

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

                        Do you catch yourself having spent the last 15min watching cat videos or a Jimmy Kimmel clip? Have you gone to LinkedIn to check your messages and ended up solving some dumb math problems on the newsfeed? Perhaps ever opened Facebook and your skipped a thought since there was a twerking video that some person you added 2 years ago and don't really know liked?

This extension is supposed to help with all that.                    

Informazioni di Base sull'Estensione

Nome Newsfeed Burner Newsfeed Burner
ID gdjcjcbjnaelafcijbnceapahcgkpjkl
URL Ufficiale https://chromewebstore.google.com/detail/newsfeed-burner/gdjcjcbjnaelafcijbnceapahcgkpjkl
Descrizione Burn away the distractions and increase your productivity by blocking newsfeeds from Linkedin, Facebook and Youtube.
Dimensione del File 50.17 KB
Conteggio Installazioni 966
Versione Corrente 1.0.2
Ultimo Aggiornamento 2016-11-23
Data di Pubblicazione 2016-11-23
Valutazione 3.86/5 Totale 22 Valutazioni
Sviluppatore Newsfeed Burner
Tipo di Pagamento free
Sito Web dell'Estensione http://tj.mk
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "js": [
                "js\/jquery.min.js",
                "js\/burner.min.js"
            ],
            "matches": [
                "*:\/\/*.facebook.com\/*",
                "*:\/\/*.youtube.com\/*",
                "*:\/\/*.linkedin.com\/*",
                "*:\/\/*.linkedin.com\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "description": "Burn away the distractions and increase your productivity by blocking newsfeeds from Linkedin, Facebook and Youtube.",
    "icons": {
        "128": "images\/icon.png",
        "16": "images\/icon.png",
        "48": "images\/icon.png"
    },
    "browser_action": {
        "default_icon": "images\/icon.png",
        "default_popup": "html\/popup.html"
    },
    "permissions": [
        "storage"
    ],
    "manifest_version": 2,
    "name": "Newsfeed Burner",
    "version": "1.0.2"
}