Webfinder Pro
Easy to find any web content you need
What is Webfinder Pro?
Webfinder Pro is a Chrome extension developed by Iwona Lech, and its main feature is "Easy to find any web content you need".
Extension Screenshots
Download Webfinder Pro Extension CRX File
Download Webfinder Pro extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | hepnojpihbacgobnglajemjhnggmhohe |
Official URL | https://chrome.google.com/webstore/detail/webfinder-pro/hepnojpihbacgobnglajemjhnggmhohe |
Description | Easy to find any web content you need |
File Size | 11.45 KB |
Installation Count | 4,000 |
Current Version | 1.1 |
Last Updated | 2022-07-07 |
Publish Date | 2022-06-17 |
Rating | 5.00/5 Total 2 Ratings |
Developer | Iwona Lech |
[email protected] | |
Payment Type | free |
Extension Website | https://webfinderpro.com/ |
Help Page URL | https://webfinderpro.com/?a=about |
Privacy Policy Page URL | https://webfinderpro.com?a=privacy |
Supported Languages | 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:\/\/*\/*" ] } |