Whats My Info
Shows your IP address and other useful info.
Co to jest Whats My Info?
Whats My Info to rozszerzenie Chrome opracowane przez https://www.esolutions.se, a jego główną funkcją jest „Shows your IP address and other useful info.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Whats My Info
Pobierz pliki rozszerzeń Whats My Info w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
This is a simple extension that shows you the IP address that you have today, and other valuable information such as installed plug-ins, screen resolution, etc. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | oapbcignlcnknkkhpdnlcdkpeffiagce |
| Oficjalny URL | https://chromewebstore.google.com/detail/whats-my-info/oapbcignlcnknkkhpdnlcdkpeffiagce |
| Opis | Shows your IP address and other useful info. |
| Rozmiar pliku | 83.2 KB |
| Liczba instalacji | 188 |
| Aktualna Wersja | 1.1.7 |
| Ostatnia Aktualizacja | 2023-02-16 |
| Data Publikacji | 2014-11-03 |
| Ocena | 4.90/5 Łącznie 10 Oceny |
| Deweloper | https://www.esolutions.se |
| [email protected] | |
| Typ Płatności | free |
| Strona Rozszerzenia | https://www.esolutions.se |
| Adres URL Strony Polityki Prywatności | https://www.esolutions.se/PrivacyPolicy |
| Obsługiwane Języki | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Whats My Info",
"description": "Shows your IP address and other useful info.",
"version": "1.1.7",
"browser_action": {
"default_icon": {
"19": "img\/19.png",
"38": "img\/38.png"
},
"default_popup": "popup.html",
"default_title": "Whats My Info"
},
"icons": {
"16": "img\/16.png",
"48": "img\/48.png",
"128": "img\/128.png"
},
"web_accessible_resources": [
"img\/48.png"
]
} | |