Dynu Dynamic DNS Client

Dynu dynamic DNS client for Chrome

Hvad er Dynu Dynamic DNS Client?

Dynu Dynamic DNS Client er en Chrome-udvidelse udviklet af https://www.dynu.com, og dens hovedfunktion er "Dynu dynamic DNS client for Chrome".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot
screenshot

Download Dynu Dynamic DNS Client-udvidelses-CRX-fil

Download Dynu Dynamic DNS Client-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn Dynu Dynamic DNS Client Dynu Dynamic DNS Client
ID gfjkkccgjogpdhmhdinjngakpajljhba
Officiel URL https://chromewebstore.google.com/detail/dynu-dynamic-dns-client/gfjkkccgjogpdhmhdinjngakpajljhba
Beskrivelse Dynu dynamic DNS client for Chrome
Filstørrelse 165 KB
Antal Installationer 4,240
Nuværende Version 1.5.11
Senest Opdateret 2023-12-29
Udgivelsesdato 2020-05-26
Bedømmelse 4.89/5 Samlet 9 Bedømmelser
Udvikler https://www.dynu.com
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://www.dynu.com
Hjælpeside-URL https://www.dynu.com/Support
URL til Fortrolighedspolitik Side https://www.dynu.com/en-US/Legal/PrivacyPolicy
Understøttede Sprog 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
}