Newsfeed Burner

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

Что такое Newsfeed Burner?

Newsfeed Burner - это расширение Chrome, разработанное Newsfeed Burner, и его основная функция - "Burn away the distractions and increase your productivity by blocking newsfeeds from Linkedin, Facebook and Youtube.".

Снимки экрана расширения

screenshot
screenshot
screenshot

Скачать файл CRX расширения Newsfeed Burner

Скачайте файлы расширений Newsfeed Burner в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название Newsfeed Burner Newsfeed Burner
ID gdjcjcbjnaelafcijbnceapahcgkpjkl
Официальный URL https://chromewebstore.google.com/detail/newsfeed-burner/gdjcjcbjnaelafcijbnceapahcgkpjkl
Описание Burn away the distractions and increase your productivity by blocking newsfeeds from Linkedin, Facebook and Youtube.
Размер файла 50.17 KB
Количество установок 966
Текущая Версия 1.0.2
Последнее Обновление 2016-11-23
Дата публикации 2016-11-23
Рейтинг 3.86/5 Всего 22 оценок
Разработчик Newsfeed Burner
Тип оплаты free
Официальный сайт расширения http://tj.mk
Поддерживаемые языки 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"
}