SurfHelp

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

Qu'est-ce que SurfHelp ?

SurfHelp est une extension Chrome développée par SurfHelp App, et sa fonction principale est "SurfHelp is a self-hosted and private browser extension that helps you save your time during work.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension SurfHelp

Téléchargez les fichiers d'extension SurfHelp au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom SurfHelp SurfHelp
ID nbochbnfeghhndfefflbnnebakalagde
URL Officiel https://chromewebstore.google.com/detail/surfhelp/nbochbnfeghhndfefflbnnebakalagde
Description SurfHelp is a self-hosted and private browser extension that helps you save your time during work.
Taille du Fichier 434 KB
Nombre d'Installations 109
Version Actuelle 1.2.6
Dernière Mise à Jour 2023-05-25
Date de Publication 2023-01-20
Évaluation 5.00/5 Total 3 Évaluations
Développeur SurfHelp App
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://surfhelpapp.com/privacy.html
Langues Prises en Charge 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"
    }
}