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 |
公式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 |
Eメール | [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" } ] } |