Dynu Dynamic DNS Client
Dynu dynamic DNS client for Chrome
Was ist Dynu Dynamic DNS Client?
Dynu Dynamic DNS Client ist eine Chrome-Erweiterung, die von https://www.dynu.com entwickelt wurde, und ihr Hauptmerkmal ist "Dynu dynamic DNS client for Chrome".
Erweiterungsscreenshots
Dynu Dynamic DNS Client-Erweiterungs-CRX-Datei herunterladen
Laden Sie Dynu Dynamic DNS Client-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
                        This client automatically updates a Dynu hosted dynamic DNS hostname with your current public IP address. It has support for IPv6 and group.                     Grundlegende Informationen zur Erweiterung
| Name |   |  
| ID | gfjkkccgjogpdhmhdinjngakpajljhba | 
| Offizielle URL | https://chromewebstore.google.com/detail/dynu-dynamic-dns-client/gfjkkccgjogpdhmhdinjngakpajljhba | 
| Beschreibung | Dynu dynamic DNS client for Chrome | 
| Dateigröße | 165 KB | 
| Installationsanzahl | 4,240 | 
| Aktuelle Version | 1.5.11 | 
| Letztes Update | 2023-12-29 | 
| Veröffentlichungsdatum | 2020-05-26 | 
| Bewertung | 4.89/5 Insgesamt 9 Bewertungen | 
| Entwickler | https://www.dynu.com | 
| [email protected] | |
| Zahlungsart | free | 
| Erweiterungswebsite | https://www.dynu.com | 
| Hilfeseite URL | https://www.dynu.com/Support | 
| URL der Datenschutzrichtlinien-Seite | https://www.dynu.com/en-US/Legal/PrivacyPolicy | 
| Unterstützte Sprachen | 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
}  |  |