Better News Feed

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

Что такое Better News Feed?

Better News Feed - это расширение Chrome, разработанное vpontis, и его основная функция - "Increases productivity by replacing Facebook News Feed with photo and inspirational quote".

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

screenshot

Скачать файл CRX расширения Better News Feed

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

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

                        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.                    

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

Название Better News Feed Better News Feed
ID ckkppjogapagpeimgiadengmdphhline
Официальный URL https://chromewebstore.google.com/detail/better-news-feed/ckkppjogapagpeimgiadengmdphhline
Описание Increases productivity by replacing Facebook News Feed with photo and inspirational quote
Размер файла 1.2 MB
Количество установок 150
Текущая Версия 1.3.1
Последнее Обновление 2016-01-03
Дата публикации 2016-01-03
Рейтинг 4.42/5 Всего 12 оценок
Разработчик vpontis
Тип оплаты free
Поддерживаемые языки 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"
}