NeverFap Deluxe

NeverFap Deluxe is a comprehensive porn addiction recovery process.

Что такое NeverFap Deluxe?

NeverFap Deluxe - это расширение Chrome, разработанное https://neverfapdeluxe.com, и его основная функция - "NeverFap Deluxe is a comprehensive porn addiction recovery process.".

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

screenshot

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

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

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

                        The NeverFap Deluxe Chrome Extension provides a few utilities in order to help you overcome your porn addiction, in particular, easy access to the NeverFap Deluxe Guided Meditation Series.

It's very bare-bones for the time being. Essentially it helps you wipe your page if you have any NSFW content, and it also provides you easy access to the NeverFap Deluxe Guided Meditation Series from your browser.

For more information please visit our website:

https://neverfapdeluxe.com/                    

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

Название NeverFap Deluxe NeverFap Deluxe
ID fojalkcicjfcnekjmchgpbibinkpikgd
Официальный URL https://chrome.google.com/webstore/detail/neverfap-deluxe/fojalkcicjfcnekjmchgpbibinkpikgd
Описание NeverFap Deluxe is a comprehensive porn addiction recovery process.
Размер файла 1.45 MB
Количество установок 133
Текущая Версия 1.0
Последнее Обновление 2019-06-07
Дата публикации 2019-06-07
Рейтинг 5.00/5 Всего 1 оценок
Разработчик https://neverfapdeluxe.com
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://neverfapdeluxe.com/chrome-extension
URL страницы политики конфиденциальности https://neverfapdeluxe.com/privacy
Поддерживаемые языки en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "NeverFap Deluxe",
    "version": "1.0",
    "description": "NeverFap Deluxe is a comprehensive porn addiction recovery process.",
    "permissions": [
        "activeTab",
        "declarativeContent",
        "storage"
    ],
    "background": {
        "scripts": [
            "src\/background.js"
        ],
        "persistent": false
    },
    "options_page": "src\/options.html",
    "page_action": {
        "default_popup": "src\/popup.html",
        "default_icon": {
            "16": "icons\/logo16.png",
            "32": "icons\/logo32.png",
            "48": "icons\/logo48.png",
            "128": "icons\/logo128.png"
        }
    },
    "icons": {
        "16": "icons\/logo16.png",
        "32": "icons\/logo32.png",
        "48": "icons\/logo48.png",
        "128": "icons\/logo128.png"
    },
    "manifest_version": 2
}