Webfinder Pro
Easy to find any web content you need
Webfinder Pro क्या है?
Webfinder Pro Iwona Lech द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Easy to find any web content you need"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Webfinder Pro एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | hepnojpihbacgobnglajemjhnggmhohe |
आधिकारिक URL | https://chrome.google.com/webstore/detail/webfinder-pro/hepnojpihbacgobnglajemjhnggmhohe |
विवरण | Easy to find any web content you need |
फ़ाइल का आकार | 11.45 KB |
स्थापना संख्या | 4,000 |
वर्तमान संस्करण | 1.1 |
अंतिम अपडेट | 2022-07-07 |
प्रकाशन तिथि | 2022-06-17 |
रेटिंग | 5.00/5 कुल 2 रेटिंग्स |
डेवलपर | Iwona Lech |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://webfinderpro.com/ |
सहायता पृष्ठ URL | https://webfinderpro.com/?a=about |
गोपनीयता नीति पृष्ठ URL | https://webfinderpro.com?a=privacy |
समर्थित भाषाएँ | 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:\/\/*\/*" ] } |