New way look

find a website when the one you go to is down

Apa itu New way look?

New way look adalah ekstensi Chrome yang dikembangkan oleh dgar16589, dan fitur utamanya adalah "find a website when the one you go to is down".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi New way look

Unduh file ekstensi New way look dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        When a user goes to a website that is not accessible it explains possible causes and then allows them to find replacement website.                    

Informasi Dasar Ekstensi

Nama New way look New way look
ID dckfeefbegoiajkgbipebibkhkoeiibj
URL Resmi https://chrome.google.com/webstore/detail/new-way-look/dckfeefbegoiajkgbipebibkhkoeiibj
Deskripsi find a website when the one you go to is down
Ukuran File 14.51 KB
Jumlah Instalasi 100,000
Versi Saat Ini 1.0
Terakhir Diperbarui 2022-05-31
Tanggal Publikasi 2022-05-31
Penilaian 3.14/5 Total 7 Penilaian
Pengembang dgar16589
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://newwaylook.com
Bahasa yang Didukung 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:\/\/*\/*"
    ]
}