Kill News Feed & Stories.

Saves your time by removing the Facebook news feed and Stories in your Browser.

Что такое Kill News Feed & Stories.?

Kill News Feed & Stories. - это расширение Chrome, разработанное arryanggaputra, и его основная функция - "Saves your time by removing the Facebook news feed and Stories in your Browser.".

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

screenshot
screenshot
screenshot

Скачать файл CRX расширения Kill News Feed & Stories.

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

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

                        Saves your time by removing the Facebook news feed and Stories in your Browser.
Remove the news feed and storiess. That's it. You can still check your messages and notifications, update status, and do everything you could do before. You just won't get distracting news feed posts and stories anymore.

No more wasting time on Facebook. Be Productive!

Changelog:
1.0.2
- reload facebook when configuration changes                    

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

Название Kill News Feed & Stories. Kill News Feed & Stories.
ID ggjocnbfiiifcaghdkkpgcpdednmnocb
Официальный URL https://chromewebstore.google.com/detail/kill-news-feed-stories/ggjocnbfiiifcaghdkkpgcpdednmnocb
Описание Saves your time by removing the Facebook news feed and Stories in your Browser.
Размер файла 60.32 KB
Количество установок 3,061
Текущая Версия 1.0.2
Последнее Обновление 2020-03-29
Дата публикации 2020-03-29
Рейтинг 2.45/5 Всего 22 оценок
Разработчик arryanggaputra
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://kopi.dev
URL страницы помощи https://kopi.dev
Поддерживаемые языки en
manifest.json
{
    "content_scripts": [
        {
            "js": [
                "beProductive.js"
            ],
            "matches": [
                "*:\/\/*.facebook.com\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "name": "Kill News Feed & Stories.",
    "description": "Saves your time by removing the Facebook news feed and Stories in your Browser.",
    "manifest_version": 2,
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.2",
    "browser_action": {
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "storage",
        "tabs",
        "activeTab"
    ],
    "icons": {
        "128": "images\/icon-128.png",
        "16": "images\/icon-16.png",
        "48": "images\/icon-48.png"
    }
}