Friction

Introduce friction to those sites you use habitually but want to use less.

Что такое Friction?

Friction - это расширение Chrome, разработанное Thomas Friedel, и его основная функция - "Introduce friction to those sites you use habitually but want to use less.".

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

screenshot

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

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

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

                        Add a bit of friction to bad browsing habits.

If you often find yourself unthinkingly checking the same sites over and over
and seem to waste a lot of time there, this browser extension may help a bit.

Blacklist sites that you want to discourage for yourself, and the extension
will "lock" those sites for you. However, the point is not to shut you off
entirely, but just to discourage it a bit by adding a small (configurable)
delay before you can unlock the sites. Once unlocked, the sites will be
available for a (configurable) time, after which you will have to unlock them
again.

Changes in 0.4:

- Added a setting to automatically enable and disable at configurable times                    

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

Название Friction Friction
ID ddaaigebndiilnnlhdnalnijlolmifid
Официальный URL https://chromewebstore.google.com/detail/friction/ddaaigebndiilnnlhdnalnijlolmifid
Описание Introduce friction to those sites you use habitually but want to use less.
Размер файла 6.97 KB
Количество установок 29
Текущая Версия 0.4
Последнее Обновление 2021-09-14
Дата публикации 2018-03-21
Рейтинг 5.00/5 Всего 3 оценок
Разработчик Thomas Friedel
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://github.com/tfriedel6/friction
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Friction",
    "version": "0.4",
    "manifest_version": 2,
    "description": "Introduce friction to those sites you use habitually but want to use less.",
    "background": {
        "persistent": false,
        "scripts": [
            "background.js",
            "options.js"
        ]
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "options_ui": {
        "page": "options.html"
    },
    "incognito": "split"
}