IPvFind
Determines if you are connecting to a site using its IPv4 (A) record or IPv6 (AAAA) record.
Cos'è IPvFind?
IPvFind è un'estensione di Chrome sviluppata da TechnoFrat, e la sua funzione principale è "Determines if you are connecting to a site using its IPv4 (A) record or IPv6 (AAAA) record.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione IPvFind
Scarica i file di estensione IPvFind in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Informazioni di Base sull'Estensione
| Nome | |
| ID | hlffckjgcofjabjnlmlfghidaafigbff |
| URL Ufficiale | https://chromewebstore.google.com/detail/ipvfind/hlffckjgcofjabjnlmlfghidaafigbff |
| Descrizione | Determines if you are connecting to a site using its IPv4 (A) record or IPv6 (AAAA) record. |
| Dimensione del File | 17.87 KB |
| Conteggio Installazioni | 51 |
| Versione Corrente | 1.3 |
| Ultimo Aggiornamento | 2017-01-10 |
| Data di Pubblicazione | 2017-01-10 |
| Sviluppatore | TechnoFrat |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "__MSG_chrome_extension_name__",
"version": "1.3",
"default_locale": "en",
"permissions": [
"webRequest",
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"description": "__MSG_chrome_extension_description__",
"icons": {
"128": "img\/128vq.png",
"64": "img\/64vq.png"
},
"background": {
"page": "find.html",
"persistent": true
},
"browser_action": {
"default_icon": "img\/64q.png",
"default_title": "__MSG_chrome_extension_name__"
}
} | |