FaceBreak

FaceBreak breaks notifications on Facebook, including those you cannot otherwise turn off, so you can take back control of your…

Что такое FaceBreak?

FaceBreak - это расширение Chrome, разработанное jeffrey.bigham, и его основная функция - "FaceBreak breaks notifications on Facebook, including those you cannot otherwise turn off, so you can take back control of your…".

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

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

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

                        FaceBreak breaks notifications on Facebook, including those you cannot otherwise turn off, so you can take back control of your social media. When a notification is received, it is detected, and all of your notifications are marked as read. It also blocks the notification pop-up box and the new comment pop-up boxes on Facebook.                    

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

Название FaceBreak FaceBreak
ID fdphkfldjijelocnnhhiocikdlokongk
Официальный URL https://chromewebstore.google.com/detail/facebreak/fdphkfldjijelocnnhhiocikdlokongk
Описание FaceBreak breaks notifications on Facebook, including those you cannot otherwise turn off, so you can take back control of your…
Размер файла 36.97 KB
Количество установок 38
Текущая Версия 0.0.2
Последнее Обновление 2017-03-22
Дата публикации 2017-03-22
Рейтинг 5.00/5 Всего 1 оценок
Разработчик jeffrey.bigham
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения http://www.facebreak.me
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "FaceBreak",
    "minimum_chrome_version": "24.0.1307.0",
    "version": "0.0.2",
    "homepage_url": "http:\/\/facebreak.me",
    "icons": {
        "16": "icon_16.png",
        "128": "icon_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.facebook.com\/*"
            ],
            "js": [
                "scripts\/facebreak.js"
            ],
            "run_at": "document_idle"
        }
    ]
}