VPN Location Guard
Hide your geographic location from websites.
VPN Location Guard क्या है?
VPN Location Guard swipenot.ysns द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Hide your geographic location from websites."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में VPN Location Guard एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
A VPN Location Guard, with a focus on simplicity of use. Make the internet think you are where your VPN is. Fun music and user interface.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | bccgagfkhgldclcggbbcifbjlfmmjkdn |
आधिकारिक URL | https://chrome.google.com/webstore/detail/vpn-location-guard/bccgagfkhgldclcggbbcifbjlfmmjkdn |
विवरण | Hide your geographic location from websites. |
फ़ाइल का आकार | 1.85 MB |
स्थापना संख्या | 327 |
वर्तमान संस्करण | 1.0.2 |
अंतिम अपडेट | 2021-05-23 |
प्रकाशन तिथि | 2020-08-17 |
रेटिंग | 1.00/5 कुल 1 रेटिंग्स |
डेवलपर | swipenot.ysns |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/electrocuted-slug/vpn-location-guard |
सहायता पृष्ठ URL | https://github.com/electrocuted-slug/vpn-location-guard |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "description": "__MSG_appDescription__", "version": "1.0.2", "short_name": "__MSG_appShortName__", "manifest_version": 2, "default_locale": "en", "icons": { "16": "images\/vpn_location_guard_on_16.png", "128": "images\/vpn_location_guard_on_128.png" }, "background": { "scripts": [ "scripts\/background.js" ] }, "browser_action": { "default_icon": { "19": "images\/vpn_location_guard_on_19.png", "38": "images\/vpn_location_guard_on_38.png" }, "default_popup": "pages\/popup.html" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "scripts\/contentscript.js" ], "run_at": "document_end", "all_frames": true } ], "web_accessible_resources": [ "scripts\/jumpinpage.js" ], "permissions": [ " |