Whats My Info
Shows your IP address and other useful info.
Hvad er Whats My Info?
Whats My Info er en Chrome-udvidelse udviklet af https://www.esolutions.se, og dens hovedfunktion er "Shows your IP address and other useful info.".
Udvidelsesskærmbilleder
Download Whats My Info-udvidelses-CRX-fil
Download Whats My Info-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | oapbcignlcnknkkhpdnlcdkpeffiagce |
| Officiel URL | https://chromewebstore.google.com/detail/whats-my-info/oapbcignlcnknkkhpdnlcdkpeffiagce |
| Beskrivelse | Shows your IP address and other useful info. |
| Filstørrelse | 83.2 KB |
| Antal Installationer | 188 |
| Nuværende Version | 1.1.7 |
| Senest Opdateret | 2023-02-16 |
| Udgivelsesdato | 2014-11-03 |
| Bedømmelse | 4.90/5 Samlet 10 Bedømmelser |
| Udvikler | https://www.esolutions.se |
| [email protected] | |
| Betalingsmetode | free |
| Udvidelseswebsted | https://www.esolutions.se |
| URL til Fortrolighedspolitik Side | https://www.esolutions.se/PrivacyPolicy |
| Understøttede Sprog | 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"
]
} | |