Push Blocker

Block push notifications from all sites

Что такое Push Blocker?

Push Blocker - это расширение Chrome, разработанное kruglov4bkjv, и его основная функция - "Block push notifications from all sites".

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

screenshot

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

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

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

                        - Tired of advertising on any site in your favorite browser?
- Push notifications don't give you peace of mind?
- You dreaded every second offers to purchase unnecessary things?

We'll help!

With Push Blocker you will forget about annoying push advertising forever and will be able to enjoy the Internet!

Install and enjoy!                    

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

Название Push Blocker Push Blocker
ID ekljeoillbffchedponaceigjnbiffkm
Официальный URL https://chromewebstore.google.com/detail/push-blocker/ekljeoillbffchedponaceigjnbiffkm
Описание Block push notifications from all sites
Размер файла 51.41 KB
Количество установок 1,731
Текущая Версия 0.29
Последнее Обновление 2019-05-31
Дата публикации 2019-05-31
Рейтинг 4.13/5 Всего 8 оценок
Разработчик kruglov4bkjv
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Push Blocker",
    "description": "Block push notifications from all sites",
    "version": "0.29",
    "background": {
        "scripts": [
            "bg.js"
        ]
    },
    "permissions": [
        "contentSettings"
    ],
    "icons": {
        "256": "\/icons\/256.png",
        "128": "\/icons\/128.png",
        "64": "\/icons\/64.png",
        "32": "\/icons\/32.png"
    },
    "browser_action": {
        "default_icon": {
            "256": "\/icons\/256.png",
            "128": "\/icons\/128.png",
            "64": "\/icons\/64.png",
            "32": "\/icons\/32.png"
        }
    },
    "content_security_policy": "script-src 'self'; object-src 'self'"
}