SurfHelp

SurfHelp is a self-hosted and private browser extension that helps you save your time during work.

SurfHelpคืออะไร?

SurfHelp เป็นส่วนขยายของ Chrome ที่พัฒนาโดย SurfHelp App และคุณลักษณะหลักของมันคือ "SurfHelp is a self-hosted and private browser extension that helps you save your time during work."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย SurfHelp

ดาวน์โหลดไฟล์ส่วนขยาย SurfHelp ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        SurfHelp is a self-hosted and private browser extension that helps you save your time during work. You can control how you spend your time but without nitpicking and unnecessary pressure. The extension tells you which apps drain the most of your data plan and turn them off when you need to. On top of that you can block websites that you want to weed out from your sight at a specific period of time.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ SurfHelp SurfHelp
ID nbochbnfeghhndfefflbnnebakalagde
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/surfhelp/nbochbnfeghhndfefflbnnebakalagde
คำอธิบาย SurfHelp is a self-hosted and private browser extension that helps you save your time during work.
ขนาดไฟล์ 434 KB
จำนวนการติดตั้ง 109
เวอร์ชันปัจจุบัน 1.2.6
อัปเดตครั้งล่าสุด 2023-05-25
วันที่เผยแพร่ 2023-01-20
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา SurfHelp App
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://surfhelpapp.com/privacy.html
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "SurfHelp",
    "short_name": "SurfHelp",
    "version": "1.2.6",
    "minimum_chrome_version": "88",
    "description": "SurfHelp is a self-hosted and private browser extension that helps you save your time during work.",
    "icons": {
        "16": "icons\/16x16.png",
        "32": "icons\/32x32.png",
        "48": "icons\/48x48.png",
        "128": "icons\/128x128.png"
    },
    "permissions": [
        "tabs",
        "storage",
        "idle",
        "webNavigation",
        "unlimitedStorage",
        "*:\/\/api.gumroad.com\/*"
    ],
    "offline_enabled": true,
    "background": {
        "service_worker": "worker_wrapper.js"
    },
    "action": {
        "default_popup": "index.html",
        "default_title": "Surf Help",
        "default_icon": "icons\/48x48.png"
    }
}