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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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"
}