Newsfeed Burner

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

Co to jest Newsfeed Burner?

Newsfeed Burner to rozszerzenie Chrome opracowane przez Newsfeed Burner, a jego główną funkcją jest „Burn away the distractions and increase your productivity by blocking newsfeeds from Linkedin, Facebook and Youtube.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Newsfeed Burner

Pobierz pliki rozszerzeń Newsfeed Burner w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Newsfeed Burner Newsfeed Burner
ID gdjcjcbjnaelafcijbnceapahcgkpjkl
Oficjalny URL https://chromewebstore.google.com/detail/newsfeed-burner/gdjcjcbjnaelafcijbnceapahcgkpjkl
Opis Burn away the distractions and increase your productivity by blocking newsfeeds from Linkedin, Facebook and Youtube.
Rozmiar pliku 50.17 KB
Liczba instalacji 966
Aktualna Wersja 1.0.2
Ostatnia Aktualizacja 2016-11-23
Data Publikacji 2016-11-23
Ocena 3.86/5 Łącznie 22 Oceny
Deweloper Newsfeed Burner
Typ Płatności free
Strona Rozszerzenia http://tj.mk
Obsługiwane Języki 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"
}