My Public IP
Displays your public IP address and the country that it belongs to.
Vad är My Public IP?
My Public IP är en Chrome-tillägg utvecklad av ml, och dess huvudfunktion är "Displays your public IP address and the country that it belongs to.".
Tilläggsskärmbilder
Ladda ner My Public IP-förlängningens CRX-fil
Ladda ner My Public IP-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
Simply click on the icon to see the information.
IP info is retrieved from https://ip-api.com/. Flag images are from http://www.iconbeast.com. Grundläggande Information om Tillägg
| Namn | |
| ID | mfogaajkjakkhpidbcbpfbbibgbmjihk |
| Officiell webbadress | https://chromewebstore.google.com/detail/my-public-ip/mfogaajkjakkhpidbcbpfbbibgbmjihk |
| Beskrivning | Displays your public IP address and the country that it belongs to. |
| Filstorlek | 262 KB |
| Antal Installationer | 250 |
| Aktuell Version | 1.3 |
| Senast Uppdaterad | 2021-03-03 |
| Publiceringsdatum | 2020-04-22 |
| Betyg | 4.50/5 Totalt 2 Betyg |
| Utvecklare | ml |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "My Public IP",
"description": "Displays your public IP address and the country that it belongs to.",
"version": "1.3",
"browser_action": {
"default_popup": "index.html",
"default_title": "My Public IP"
},
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"permissions": [],
"web_accessible_resources": [
"images\/*"
]
} | |