Friction

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

Frictionとは何ですか?

FrictionはThomas Friedelによって開発されたChromeの拡張機能で、その主な機能は「Introduce friction to those sites you use habitually but want to use less.」です。

拡張機能のスクリーンショット

screenshot

Friction拡張機能のCRXファイルをダウンロード

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
Eメール [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"
}