Helperate

Help finding a reason a site is down and a way to find active websites

Cos'è Helperate?

Helperate è un'estensione di Chrome sviluppata da uploadextsubmissions, e la sua funzione principale è "Help finding a reason a site is down and a way to find active websites".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Helperate

Scarica i file di estensione Helperate in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Preventing users from going to dead sites gives reasons and helps find active sites                    

Informazioni di Base sull'Estensione

Nome Helperate Helperate
ID fnlfkioeooohccjhelehkkndaebknacc
URL Ufficiale https://chrome.google.com/webstore/detail/helperate/fnlfkioeooohccjhelehkkndaebknacc
Descrizione Help finding a reason a site is down and a way to find active websites
Dimensione del File 16.4 KB
Conteggio Installazioni 40,000
Versione Corrente 1.1
Ultimo Aggiornamento 2022-06-25
Data di Pubblicazione 2022-05-04
Valutazione 3.00/5 Totale 2 Valutazioni
Sviluppatore uploadextsubmissions
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://helperate.net
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Daniel H",
    "name": "Helperate",
    "short_name": "Helperate",
    "homepage_url": "https:\/\/helperate.net",
    "description": "Help finding a reason a site is down and a way to find active websites",
    "version": "1.1",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "128": "logo-128.png"
    },
    "permissions": [
        "webRequest",
        "webNavigation",
        "storage"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}