Webfinder Pro

Easy to find any web content you need

Was ist Webfinder Pro?

Webfinder Pro ist eine Chrome-Erweiterung, die von Iwona Lech entwickelt wurde, und ihr Hauptmerkmal ist "Easy to find any web content you need".

Erweiterungsscreenshots

screenshot

Webfinder Pro-Erweiterungs-CRX-Datei herunterladen

Laden Sie Webfinder Pro-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Webfinder Pro Webfinder Pro
ID hepnojpihbacgobnglajemjhnggmhohe
Offizielle URL https://chrome.google.com/webstore/detail/webfinder-pro/hepnojpihbacgobnglajemjhnggmhohe
Beschreibung Easy to find any web content you need
Dateigröße 11.45 KB
Installationsanzahl 4,000
Aktuelle Version 1.1
Letztes Update 2022-07-07
Veröffentlichungsdatum 2022-06-17
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler Iwona Lech
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://webfinderpro.com/
Hilfeseite URL https://webfinderpro.com/?a=about
URL der Datenschutzrichtlinien-Seite https://webfinderpro.com?a=privacy
Unterstützte Sprachen 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:\/\/*\/*"
    ]
}