Webfinder Pro

Easy to find any web content you need

Qu'est-ce que Webfinder Pro ?

Webfinder Pro est une extension Chrome développée par Iwona Lech, et sa fonction principale est "Easy to find any web content you need".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Webfinder Pro

Téléchargez les fichiers d'extension Webfinder Pro au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Webfinder Pro Webfinder Pro
ID hepnojpihbacgobnglajemjhnggmhohe
URL Officiel https://chrome.google.com/webstore/detail/webfinder-pro/hepnojpihbacgobnglajemjhnggmhohe
Description Easy to find any web content you need
Taille du Fichier 11.45 KB
Nombre d'Installations 4,000
Version Actuelle 1.1
Dernière Mise à Jour 2022-07-07
Date de Publication 2022-06-17
Évaluation 5.00/5 Total 2 Évaluations
Développeur Iwona Lech
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://webfinderpro.com/
URL de la Page d'Aide https://webfinderpro.com/?a=about
URL de la Page de Politique de Confidentialité https://webfinderpro.com?a=privacy
Langues Prises en Charge 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:\/\/*\/*"
    ]
}