Unaddict

Stop web addiction!

Что такое Unaddict?

Unaddict - это расширение Chrome, разработанное https://metaii.com, и его основная функция - "Stop web addiction!".

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Unaddict, by Metaii Inc, is a simple chrome extension to help break addiction to website.

In today's busy world it is easy to waste hours of time on social media and lose productivity.  Unaddict helps users by allowing them to create list of website urls they feel addicted to. After adding a website to the list whenever user attempts to visit that website, Unaddict will prevent the user from going to that website with a friendly reminder. Thus, breaking the addictive cycle.

At their own discretion user may choose to disable or remove the addictive url at anytime.                    

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

Название Unaddict Unaddict
ID gjpkdldojiaeanjdoifmldjdlgflemkl
Официальный URL https://chromewebstore.google.com/detail/unaddict/gjpkdldojiaeanjdoifmldjdlgflemkl
Описание Stop web addiction!
Размер файла 163 KB
Количество установок 3,593
Текущая Версия 1.0.2
Последнее Обновление 2021-05-01
Дата публикации 2020-01-19
Рейтинг 4.52/5 Всего 29 оценок
Разработчик https://metaii.com
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Unaddict",
    "version": "1.0.2",
    "description": "Stop web addiction!",
    "permissions": [
        "tabs",
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "icons": {
        "130": "image\/unaddicticon.png"
    },
    "browser_action": {
        "default_icon": "image\/unaddicticon.png",
        "default_popup": "popup.html"
    }
}