Helperate

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

Vad är Helperate?

Helperate är en Chrome-tillägg utvecklad av uploadextsubmissions, och dess huvudfunktion är "Help finding a reason a site is down and a way to find active websites".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Helperate-förlängningens CRX-fil

Ladda ner Helperate-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn Helperate Helperate
ID fnlfkioeooohccjhelehkkndaebknacc
Officiell webbadress https://chrome.google.com/webstore/detail/helperate/fnlfkioeooohccjhelehkkndaebknacc
Beskrivning Help finding a reason a site is down and a way to find active websites
Filstorlek 16.4 KB
Antal Installationer 40,000
Aktuell Version 1.1
Senast Uppdaterad 2022-06-25
Publiceringsdatum 2022-05-04
Betyg 3.00/5 Totalt 2 Betyg
Utvecklare uploadextsubmissions
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://helperate.net
Stödda Språk 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:\/\/*\/*"
    ]
}