Friction

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

O que é Friction?

Friction é uma extensão do Chrome desenvolvida por Thomas Friedel, e sua principal característica é "Introduce friction to those sites you use habitually but want to use less.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Friction

Baixe arquivos de extensão Friction no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Friction Friction
ID ddaaigebndiilnnlhdnalnijlolmifid
URL Oficial https://chromewebstore.google.com/detail/friction/ddaaigebndiilnnlhdnalnijlolmifid
Descrição Introduce friction to those sites you use habitually but want to use less.
Tamanho do Arquivo 6.97 KB
Contagem de Instalações 29
Versão Atual 0.4
Última Atualização 2021-09-14
Data de Publicação 2018-03-21
Classificação 5.00/5 Total de 3 Avaliações
Desenvolvedor Thomas Friedel
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/tfriedel6/friction
Idiomas Suportados 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"
}