IP & Location Checker by PrivacySharks
Check your IP and live location with this extension.
Vad är IP & Location Checker by PrivacySharks?
IP & Location Checker by PrivacySharks är en Chrome-tillägg utvecklad av PrivacySharks.com, och dess huvudfunktion är "Check your IP and live location with this extension.".
Tilläggsskärmbilder
Ladda ner IP & Location Checker by PrivacySharks-förlängningens CRX-fil
Ladda ner IP & Location Checker by PrivacySharks-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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!
Grundläggande Information om Tillägg
Namn | |
ID | cjbgejajgfdaknipkglgcinijpcafgdl |
Officiell webbadress | https://chrome.google.com/webstore/detail/ip-location-checker-by-pr/cjbgejajgfdaknipkglgcinijpcafgdl |
Beskrivning | Check your IP and live location with this extension. |
Filstorlek | 111 KB |
Antal Installationer | 31 |
Aktuell Version | 0.0.1 |
Senast Uppdaterad | 2021-04-12 |
Publiceringsdatum | 2021-04-12 |
Betyg | 5.00/5 Totalt 2 Betyg |
Utvecklare | PrivacySharks.com |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://privacysharks.com |
Hjälpsida URL | https://www.privacysharks.com/about-us/ |
URL till Sekretesspolicy Sidan | https://www.privacysharks.com/privacy-policy |
Stödda Språk | 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" } ] } |