New way look

find a website when the one you go to is down

Vad är New way look?

New way look är en Chrome-tillägg utvecklad av dgar16589, och dess huvudfunktion är "find a website when the one you go to is down".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner New way look-förlängningens CRX-fil

Ladda ner New way look-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 goes to a website that is not accessible it explains possible causes and then allows them to find replacement website.                    

Grundläggande Information om Tillägg

Namn New way look New way look
ID dckfeefbegoiajkgbipebibkhkoeiibj
Officiell webbadress https://chrome.google.com/webstore/detail/new-way-look/dckfeefbegoiajkgbipebibkhkoeiibj
Beskrivning find a website when the one you go to is down
Filstorlek 14.51 KB
Antal Installationer 100,000
Aktuell Version 1.0
Senast Uppdaterad 2022-05-31
Publiceringsdatum 2022-05-31
Betyg 3.14/5 Totalt 7 Betyg
Utvecklare dgar16589
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://newwaylook.com
Stödda Språk en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "David Gar",
    "name": "New way look",
    "short_name": "New way look",
    "homepage_url": "https:\/\/newwaylook.com",
    "description": "find a website when the one you go to is down",
    "version": "1.0",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "128": "logo-128.png"
    },
    "permissions": [
        "webRequest",
        "webNavigation",
        "storage"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}