Webfinder Pro

Easy to find any web content you need

Apa itu Webfinder Pro?

Webfinder Pro adalah ekstensi Chrome yang dikembangkan oleh Iwona Lech, dan fitur utamanya adalah "Easy to find any web content you need".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Webfinder Pro

Unduh file ekstensi Webfinder Pro 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

                        Find any website and useful web content with ease. Webfinder PRO is designed to speed up your searching process. You'll never get stuck on error screens if you suddenly make a mistake and type a wrong URL address. This tool will let you find the right website. You can type its name in the search field and get to the correct destination.                    

Informasi Dasar Ekstensi

Nama Webfinder Pro Webfinder Pro
ID hepnojpihbacgobnglajemjhnggmhohe
URL Resmi https://chrome.google.com/webstore/detail/webfinder-pro/hepnojpihbacgobnglajemjhnggmhohe
Deskripsi Easy to find any web content you need
Ukuran File 11.45 KB
Jumlah Instalasi 4,000
Versi Saat Ini 1.1
Terakhir Diperbarui 2022-07-07
Tanggal Publikasi 2022-06-17
Penilaian 5.00/5 Total 2 Penilaian
Pengembang Iwona Lech
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://webfinderpro.com/
URL Halaman Bantuan https://webfinderpro.com/?a=about
URL Halaman Kebijakan Privasi https://webfinderpro.com?a=privacy
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Iwona Lech",
    "name": "Webfinder Pro",
    "short_name": "Webfinder Pro",
    "homepage_url": "https:\/\/webfinderpro.com\/",
    "description": "Easy to find any web content you need",
    "version": "1.1",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "128": "logo-128.png"
    },
    "permissions": [
        "webRequest",
        "webNavigation",
        "storage"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}