VeilDuck
Veilduck provides very fast proxy service. Enjoy secure web surfing everywhere.
VeilDuck क्या है?
VeilDuck BGPworks द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Veilduck provides very fast proxy service. Enjoy secure web surfing everywhere."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में VeilDuck एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
VeilDuck is the fastest and most secure VPN service. Install and start surfing in complete privacy and anonymity - it’s that simple! To ensure complete privacy and protection NO signup is required, and NO personal information is ever asked. VeilDuck is the best choice for safe, private, anonymous internet surfing - all for FREE! ## Fastest Speed - 24/7 Server monitoring for fast and secure Internet anytime, anywhere. - Automatic optimal server expansion/scaling to accommodate users and traffic increases. ## Private Information - No signup required. Internet access is given by Tickets, therefore personal information is NEVER asked nor stored. - IP addresses, DNS query logs are NOT stored in anyway. ## Free to Use - Just watch a quick ad and use it for free. No limits! No Restrictions! - All supported countries can be selected even without purchasing our Premium Plan. Currently server locations are limited, but are continually expanding.
एक्सटेंशन की मूल जानकारी
नाम | VeilDuck |
ID | onpjdedikjphpmpfjcafkmdmngchfaid |
आधिकारिक URL | https://chromewebstore.google.com/detail/veilduck/onpjdedikjphpmpfjcafkmdmngchfaid |
विवरण | Veilduck provides very fast proxy service. Enjoy secure web surfing everywhere. |
फ़ाइल का आकार | 72.71 KB |
स्थापना संख्या | 55,611 |
वर्तमान संस्करण | 2.0.4 |
अंतिम अपडेट | 2020-05-26 |
प्रकाशन तिथि | 2020-05-26 |
रेटिंग | 4.27/5 कुल 685 रेटिंग्स |
डेवलपर | BGPworks |
ईमेल | [email protected] |
भुगतान के प्रकार | in_app |
एक्सटेंशन वेबसाइट | https://www.veilduck.app |
गोपनीयता नीति पृष्ठ URL | https://www.veilduck.app/privacy |
समर्थित भाषाएँ | en,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "description": "__MSG_appDesc__", "default_locale": "en", "version": "2.0.4", "manifest_version": 2, "background": { "scripts": [ "background.js" ] }, "icons": { "16": "assets\/icons\/icon_on16.png", "19": "assets\/icons\/icon_on19.png", "38": "assets\/icons\/icon_on38.png", "48": "assets\/icons\/icon_on48.png", "128": "assets\/icons\/icon_on128.png", "256": "assets\/icons\/icon_on256.png" }, "browser_action": { "name": "Click to enable VeilDuck", "default_icon": { "16": "assets\/icons\/icon_off16.png", "19": "assets\/icons\/icon_off19.png", "38": "assets\/icons\/icon_off38.png", "48": "assets\/icons\/icon_off48.png", "128": "assets\/icons\/icon_off128.png", "256": "assets\/icons\/icon_off256.png" }, "default_title": "VeilDuck" }, "minimum_chrome_version": "28.0", "permissions": [ "webRequest", "webRequestBlocking", "proxy", "*:\/\/*\/*", "storage", "background", "notifications" ], "options_page": "assets\/static\/options.html", "externally_connectable": { "matches": [ "*:\/\/*.veilduck.com\/*", "http:\/\/localhost:3000\/*", "*:\/\/*.veilduck.app\/*" ] } } |