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