Earth VPN - Your Secured VPN Point
Stay secure during surfing the web. Hide ip address and unblock websites with free VPN across the Earth
Earth VPN - Your Secured VPN Point क्या है?
Earth VPN - Your Secured VPN Point http://earth-vpn.net द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Stay secure during surfing the web. Hide ip address and unblock websites with free VPN across the Earth"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Earth VPN - Your Secured VPN Point एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Free Earth VPN extension provides privacy connection to hide ip address and unblock any websites prohibited in your country. This proxy service takes care about the privacy of users and delivers anonymously for data and web activity. Fast and easy connection together with simple in using design gives the best experience for its users. Clearly, it’s very important to reach the website blocked in your country, so Earth VPN proxy helps with this easily. Bypass blocked websites is possible via changing the ip address, then you can enjoy loved content further. That takes just a few seconds for proxy connection.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | nabbmpekekjknlbkgpodfndbodhijjem |
आधिकारिक URL | https://chrome.google.com/webstore/detail/earth-vpn-your-secured-vp/nabbmpekekjknlbkgpodfndbodhijjem |
विवरण | Stay secure during surfing the web. Hide ip address and unblock websites with free VPN across the Earth |
फ़ाइल का आकार | 1.32 MB |
स्थापना संख्या | 100,000 |
वर्तमान संस्करण | 1.0.7 |
अंतिम अपडेट | 2022-04-22 |
प्रकाशन तिथि | 2020-08-15 |
रेटिंग | 4.56/5 कुल 3004 रेटिंग्स |
डेवलपर | http://earth-vpn.net |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://earth-vpn.net/ |
गोपनीयता नीति पृष्ठ URL | https://earth-vpn.net/privacy.html |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_name__", "description": "__MSG_desc__", "version": "1.0.7", "manifest_version": 2, "default_locale": "en", "icons": { "32": "img\/32x32.png", "64": "img\/64x64.png", "128": "img\/128x128.png" }, "permissions": [ "webRequest", "webRequestBlocking", "*:\/\/*\/*", "proxy", "storage" ], "browser_action": { "default_icon": "img\/32x32.png", "default_title": "__MSG_title__", "default_popup": ".\/popup.html" }, "background": { "scripts": [ ".\/js\/background.js" ] }, "content_scripts": [ { "js": [ "js\/content.js" ], "matches": [ "*:\/\/*\/*" ], "all_frames": true } ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "web_accessible_resources": [ "img\/*.svg", "img\/*.png", "lib\/*.js" ] } |