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開發的Chrome擴展程式,該擴展的主要功能是“Check your IP and live location with this extension.”。
擴展截圖
下載IP & Location Checker by PrivacySharks擴展crx文件
下載IP & Location Checker by PrivacySharks擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
官方網址 | 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" } ] } |