SurfHelp

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

什麼是SurfHelp?

SurfHelp是由SurfHelp App開發的Chrome擴展程式,該擴展的主要功能是“SurfHelp is a self-hosted and private browser extension that helps you save your time during work.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載SurfHelp擴展crx文件

下載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
官方網址 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"
    }
}