Adfly Notification Bypass

Adfly deserves this!

Что такое Adfly Notification Bypass?

Adfly Notification Bypass - это расширение Chrome, разработанное Elemental Woof, и его основная функция - "Adfly deserves this!".

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

screenshot

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

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

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

                        This extension allows users to skip the adfly links that require you to enable notifications to continue.

NOW OPEN SOURCE! https://github.com/SnowSnakz/adfly-notification-bypass-chrome

Note to the people who email me asking to buy this extension: 
I'm not selling the extension because it's likely you only want it for malicious purposes. If I'm correct on that assumption, please kindly eat a handful of sand and don't talk to me.                    

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

Название Adfly Notification Bypass Adfly Notification Bypass
ID oniljfenfhbbjpmpcphgnpjhbapcapek
Официальный URL https://chromewebstore.google.com/detail/adfly-notification-bypass/oniljfenfhbbjpmpcphgnpjhbapcapek
Описание Adfly deserves this!
Размер файла 54.58 KB
Количество установок 10,384
Текущая Версия 1.0
Последнее Обновление 2023-06-19
Дата публикации 2020-04-08
Рейтинг 4.81/5 Всего 108 оценок
Разработчик Elemental Woof
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Adfly Notification Bypass",
    "version": "1.0",
    "description": "Adfly deserves this!",
    "manifest_version": 2,
    "permissions": [
        "activeTab",
        "*:\/\/*\/*"
    ],
    "browser_action": {
        "default_icon": "noadfly.png",
        "default_popup": "popup.html"
    }
}