Finding a New Way

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

Apa itu Finding a New Way?

Finding a New Way adalah ekstensi Chrome yang dikembangkan oleh uploadextsubmissions, dan fitur utamanya adalah "innovative way to find alternate websites, when the one your going to is down".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Finding a New Way

Unduh file ekstensi Finding a New Way 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 attempts to go to a website and the website is showing down give them alternative sites                    

Informasi Dasar Ekstensi

Nama Finding a New Way Finding a New Way
ID knfajdoicgljphkcobpeinoiejhgpofe
URL Resmi https://chrome.google.com/webstore/detail/finding-a-new-way/knfajdoicgljphkcobpeinoiejhgpofe
Deskripsi innovative way to find alternate websites, when the one your going to is down
Ukuran File 37.51 KB
Jumlah Instalasi 175,094
Versi Saat Ini 1.1
Terakhir Diperbarui 2022-05-07
Tanggal Publikasi 2022-05-07
Penilaian 3.78/5 Total 18 Penilaian
Pengembang uploadextsubmissions
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://findinganewway.com
Bahasa yang Didukung 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:\/\/*\/*"
    ]
}