Dynu Dynamic DNS Client

Dynu dynamic DNS client for Chrome

Wat is Dynu Dynamic DNS Client?

Dynu Dynamic DNS Client is een Chrome-extensie ontwikkeld door https://www.dynu.com, en de belangrijkste functie is "Dynu dynamic DNS client for Chrome".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Dynu Dynamic DNS Client

Download Dynu Dynamic DNS Client-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

                        This client automatically updates a Dynu hosted dynamic DNS hostname with your current public IP address. It has support for IPv6 and group.                    

Basisinformatie over de Extensie

Naam Dynu Dynamic DNS Client Dynu Dynamic DNS Client
ID gfjkkccgjogpdhmhdinjngakpajljhba
Officiële URL https://chromewebstore.google.com/detail/dynu-dynamic-dns-client/gfjkkccgjogpdhmhdinjngakpajljhba
Beschrijving Dynu dynamic DNS client for Chrome
Bestandsgrootte 165 KB
Aantal Installaties 4,240
Huidige Versie 1.5.11
Laatst Bijgewerkt 2023-12-29
Publicatiedatum 2020-05-26
Beoordeling 4.89/5 Totaal 9 Beoordelingen
Ontwikkelaar https://www.dynu.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.dynu.com
Help Pagina-URL https://www.dynu.com/Support
URL van de Privacybeleid Pagina https://www.dynu.com/en-US/Legal/PrivacyPolicy
Ondersteunde Talen en-US
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": {
            "16": "icon16.png",
            "32": "icon32.png",
            "48": "icon48.png",
            "64": "icon64.png",
            "128": "icon128.png"
        }
    },
    "description": "Dynu dynamic DNS client for Chrome",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "64": "icon64.png",
        "128": "icon128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "icon48.png",
                "icon64.png"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "name": "Dynu Dynamic DNS Client",
    "options_page": "options.html",
    "permissions": [
        "alarms",
        "background",
        "notifications",
        "storage"
    ],
    "host_permissions": [
        "https:\/\/api.dynu.com\/",
        "http:\/\/ipcheck.dynu.com\/ipcheck.asp",
        "http:\/\/ipcheckv6.dynu.com\/ipcheck.asp"
    ],
    "version": "1.5.11",
    "manifest_version": 3
}