Whats My Info
Shows your IP address and other useful info.
Vad är Whats My Info?
Whats My Info är en Chrome-tillägg utvecklad av https://www.esolutions.se, och dess huvudfunktion är "Shows your IP address and other useful info.".
Tilläggsskärmbilder
Ladda ner Whats My Info-förlängningens CRX-fil
Ladda ner Whats My Info-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
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äggande Information om Tillägg
| Namn | |
| ID | oapbcignlcnknkkhpdnlcdkpeffiagce |
| Officiell webbadress | https://chromewebstore.google.com/detail/whats-my-info/oapbcignlcnknkkhpdnlcdkpeffiagce |
| Beskrivning | Shows your IP address and other useful info. |
| Filstorlek | 83.2 KB |
| Antal Installationer | 188 |
| Aktuell Version | 1.1.7 |
| Senast Uppdaterad | 2023-02-16 |
| Publiceringsdatum | 2014-11-03 |
| Betyg | 4.90/5 Totalt 10 Betyg |
| Utvecklare | https://www.esolutions.se |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://www.esolutions.se |
| URL till Sekretesspolicy Sidan | https://www.esolutions.se/PrivacyPolicy |
| Stödda Språk | 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"
]
} | |