IP & Location Checker by PrivacySharks
Check your IP and live location with this extension.
IP & Location Checker by PrivacySharks क्या है?
IP & Location Checker by PrivacySharks PrivacySharks.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Check your IP and live location with this extension."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में IP & Location Checker by PrivacySharks एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Check your live IP and location with the PrivacySharks extension. Checks your country and city with a click of a button. Refresh instantly up to 10.000 times each month!
एक्सटेंशन की मूल जानकारी
नाम | |
ID | cjbgejajgfdaknipkglgcinijpcafgdl |
आधिकारिक URL | https://chrome.google.com/webstore/detail/ip-location-checker-by-pr/cjbgejajgfdaknipkglgcinijpcafgdl |
विवरण | Check your IP and live location with this extension. |
फ़ाइल का आकार | 111 KB |
स्थापना संख्या | 31 |
वर्तमान संस्करण | 0.0.1 |
अंतिम अपडेट | 2021-04-12 |
प्रकाशन तिथि | 2021-04-12 |
रेटिंग | 5.00/5 कुल 2 रेटिंग्स |
डेवलपर | PrivacySharks.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://privacysharks.com |
सहायता पृष्ठ URL | https://www.privacysharks.com/about-us/ |
गोपनीयता नीति पृष्ठ URL | https://www.privacysharks.com/privacy-policy |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "IP & Location Checker by PrivacySharks", "version": "0.0.1", "description": "Check your IP and live location with this extension.", "manifest_version": 2, "browser_action": { "default_icon": { "16": "assets\/pv\/16.png", "32": "assets\/pv\/32.png", "48": "assets\/pv\/48.ico", "128": "assets\/pv\/128.ico", "192": "assets\/pv\/192.png", "512": "assets\/pv\/512.png" }, "default_title": "IP & Location Checker by PrivacySharks", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*" ], "css": [ "styles.css" ], "run_at": "document_idle" } ] } |