Finding a New Way

innovative way to find alternate websites, when the one your going to is down

Vad är Finding a New Way?

Finding a New Way är en Chrome-tillägg utvecklad av uploadextsubmissions, och dess huvudfunktion är "innovative way to find alternate websites, when the one your going to is down".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Finding a New Way-förlängningens CRX-fil

Ladda ner Finding a New Way-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

                        When a user attempts to go to a website and the website is showing down give them alternative sites                    

Grundläggande Information om Tillägg

Namn Finding a New Way Finding a New Way
ID knfajdoicgljphkcobpeinoiejhgpofe
Officiell webbadress https://chrome.google.com/webstore/detail/finding-a-new-way/knfajdoicgljphkcobpeinoiejhgpofe
Beskrivning innovative way to find alternate websites, when the one your going to is down
Filstorlek 37.51 KB
Antal Installationer 175,094
Aktuell Version 1.1
Senast Uppdaterad 2022-05-07
Publiceringsdatum 2022-05-07
Betyg 3.78/5 Totalt 18 Betyg
Utvecklare uploadextsubmissions
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://findinganewway.com
Stödda Språk en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "David H",
    "name": "Finding a New Way",
    "short_name": "Finding a new way",
    "homepage_url": "https:\/\/findinganewway.com",
    "description": "innovative way to find alternate websites, when the one your going to is down",
    "version": "1.1",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "128": "logo-128.png"
    },
    "permissions": [
        "webNavigation"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}