Missing Shop

Provides different shopping options if the online store the user is trying to find is missing.

Apa itu Missing Shop?

Missing Shop adalah ekstensi Chrome yang dikembangkan oleh Unknown, dan fitur utamanya adalah "Provides different shopping options if the online store the user is trying to find is missing.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Missing Shop

Unduh file ekstensi Missing Shop 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

                        Provides the user different searched options if the online store they are navigating generates missing errors, such as a 404 error.                    

Informasi Dasar Ekstensi

Nama Missing Shop Missing Shop
ID jnlmbbdhfoeohfmbddlchdlfknmpmpea
URL Resmi https://chromewebstore.google.com/detail/missing-shop/jnlmbbdhfoeohfmbddlchdlfknmpmpea
Deskripsi Provides different shopping options if the online store the user is trying to find is missing.
Ukuran File 8.33 KB
Jumlah Instalasi 12,013
Versi Saat Ini 1.0
Terakhir Diperbarui 2022-04-22
Tanggal Publikasi 2022-04-22
Penilaian 4.40/5 Total 5 Penilaian
Pengembang Unknown
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://missing-shop.com
URL Halaman Bantuan https://missing-shop.com/?a=about
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Matt H",
    "name": "Missing Shop",
    "short_name": "Missing Shop",
    "homepage_url": "https:\/\/missing-shop.com",
    "description": "Provides different shopping options if the online store the user is trying to find is missing.",
    "version": "1.0",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "128": "logo-128.png"
    },
    "permissions": [
        "webNavigation"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}