Website IP location trace - SecurityInfinity
Website IP and location tracer allows users to see the geographical location of a website they are visiting. This extension uses IP…
Website IP location trace - SecurityInfinityとは何ですか?
Website IP location trace - SecurityInfinityはhttps://securityinfinity.comによって開発されたChromeの拡張機能で、その主な機能は「Website IP and location tracer allows users to see the geographical location of a website they are visiting. This extension uses IP…」です。
拡張機能のスクリーンショット
Website IP location trace - SecurityInfinity拡張機能のCRXファイルをダウンロード
Website IP location trace - SecurityInfinity拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Website IP and location tracer allows users to see the geographical location of a website they are visiting. This extension uses IP tracking to determine the location of the website's server. This can be useful for a variety of reasons, such as determining the location of a company or organization, or checking to see if a website is located in a country with stricter internet regulations. Additionally, it can also help in identifying any potential location-based limitations or geo-restrictions on the website. This extension can be installed easily and is user-friendly, making it easy for anyone to use. Overall, Website IP location trace chrome extension is a valuable tool for anyone who wants to learn more about the geographical location of websites they visit. 拡張機能の基本情報
| 名前 | |
| ID | lddcnkomocngdoimaghdneddciekmghc |
| 公式URL | https://chromewebstore.google.com/detail/website-ip-location-trace/lddcnkomocngdoimaghdneddciekmghc |
| 説明 | Website IP and location tracer allows users to see the geographical location of a website they are visiting. This extension uses IP… |
| ファイルサイズ | 23.44 KB |
| インストール数 | 32 |
| 現在のバージョン | 1.0 |
| 最終更新日 | 2023-01-29 |
| 公開日 | 2023-01-29 |
| 開発者 | https://securityinfinity.com |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://securityinfinity.com |
| ヘルプページのURL | https://securityinfinity.com/contact |
| プライバシーポリシーページのURL | https://securityinfinity.com/privacy-policy |
| 対応言語 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Website IP location trace - SecurityInfinity",
"version": "1.0",
"icons": {
"16": "icon.png",
"48": "icon.png",
"128": "icon.png"
},
"action": {
"default_popup": "popup.html"
},
"background": {
"service_worker": "background.js"
},
"permissions": [
"tabs"
]
} | |