IP & Location Checker by PrivacySharks
Check your IP and live location with this extension.
What is IP & Location Checker by PrivacySharks?
IP & Location Checker by PrivacySharks is a Chrome extension developed by PrivacySharks.com, and its main feature is "Check your IP and live location with this extension.".
Extension Screenshots
Download IP & Location Checker by PrivacySharks Extension CRX File
Download IP & Location Checker by PrivacySharks extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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!
Extension Basic Information
Name | |
ID | cjbgejajgfdaknipkglgcinijpcafgdl |
Official URL | https://chrome.google.com/webstore/detail/ip-location-checker-by-pr/cjbgejajgfdaknipkglgcinijpcafgdl |
Description | Check your IP and live location with this extension. |
File Size | 111 KB |
Installation Count | 31 |
Current Version | 0.0.1 |
Last Updated | 2021-04-12 |
Publish Date | 2021-04-12 |
Rating | 5.00/5 Total 2 Ratings |
Developer | PrivacySharks.com |
[email protected] | |
Payment Type | free |
Extension Website | https://privacysharks.com |
Help Page URL | https://www.privacysharks.com/about-us/ |
Privacy Policy Page URL | https://www.privacysharks.com/privacy-policy |
Supported Languages | 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" } ] } |