IPvFind

Determines if you are connecting to a site using its IPv4 (A) record or IPv6 (AAAA) record.

Wat is IPvFind?

IPvFind is een Chrome-extensie ontwikkeld door TechnoFrat, en de belangrijkste functie is "Determines if you are connecting to a site using its IPv4 (A) record or IPv6 (AAAA) record.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie IPvFind

Download IPvFind-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                                            

Basisinformatie over de Extensie

Naam IPvFind IPvFind
ID hlffckjgcofjabjnlmlfghidaafigbff
Officiële URL https://chromewebstore.google.com/detail/ipvfind/hlffckjgcofjabjnlmlfghidaafigbff
Beschrijving Determines if you are connecting to a site using its IPv4 (A) record or IPv6 (AAAA) record.
Bestandsgrootte 17.87 KB
Aantal Installaties 51
Huidige Versie 1.3
Laatst Bijgewerkt 2017-01-10
Publicatiedatum 2017-01-10
Ontwikkelaar TechnoFrat
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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__"
    }
}