IPvFind

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

What is IPvFind?

IPvFind is a Chrome extension developed by TechnoFrat, and its main feature is "Determines if you are connecting to a site using its IPv4 (A) record or IPv6 (AAAA) record.".

Extension Screenshots

screenshot

Download IPvFind Extension CRX File

Download IPvFind extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                                            

Extension Basic Information

Name IPvFind IPvFind
ID hlffckjgcofjabjnlmlfghidaafigbff
Official URL https://chromewebstore.google.com/detail/ipvfind/hlffckjgcofjabjnlmlfghidaafigbff
Description Determines if you are connecting to a site using its IPv4 (A) record or IPv6 (AAAA) record.
File Size 17.87 KB
Installation Count 51
Current Version 1.3
Last Updated 2017-01-10
Publish Date 2017-01-10
Developer TechnoFrat
Email [email protected]
Payment Type free
Supported Languages 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__"
    }
}