Helperate

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

Wat is Helperate?

Helperate is een Chrome-extensie ontwikkeld door uploadextsubmissions, en de belangrijkste functie is "Help finding a reason a site is down and a way to find active websites".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Helperate

Download Helperate-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Helperate Helperate
ID fnlfkioeooohccjhelehkkndaebknacc
Officiële URL https://chrome.google.com/webstore/detail/helperate/fnlfkioeooohccjhelehkkndaebknacc
Beschrijving Help finding a reason a site is down and a way to find active websites
Bestandsgrootte 16.4 KB
Aantal Installaties 40,000
Huidige Versie 1.1
Laatst Bijgewerkt 2022-06-25
Publicatiedatum 2022-05-04
Beoordeling 3.00/5 Totaal 2 Beoordelingen
Ontwikkelaar uploadextsubmissions
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://helperate.net
Ondersteunde Talen 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:\/\/*\/*"
    ]
}