Dynu Dynamic DNS Client
Dynu dynamic DNS client for Chrome
What is Dynu Dynamic DNS Client?
Dynu Dynamic DNS Client is a Chrome extension developed by https://www.dynu.com, and its main feature is "Dynu dynamic DNS client for Chrome".
Extension Screenshots
Download Dynu Dynamic DNS Client Extension CRX File
Download Dynu Dynamic DNS Client 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
This client automatically updates a Dynu hosted dynamic DNS hostname with your current public IP address. It has support for IPv6 and group.
Extension Basic Information
Name | Dynu Dynamic DNS Client |
ID | gfjkkccgjogpdhmhdinjngakpajljhba |
Official URL | https://chromewebstore.google.com/detail/dynu-dynamic-dns-client/gfjkkccgjogpdhmhdinjngakpajljhba |
Description | Dynu dynamic DNS client for Chrome |
File Size | 165 KB |
Installation Count | 4,240 |
Current Version | 1.5.11 |
Last Updated | 2023-12-29 |
Publish Date | 2020-05-26 |
Rating | 4.89/5 Total 9 Ratings |
Developer | https://www.dynu.com |
[email protected] | |
Payment Type | free |
Extension Website | https://www.dynu.com |
Help Page URL | https://www.dynu.com/Support |
Privacy Policy Page URL | https://www.dynu.com/en-US/Legal/PrivacyPolicy |
Supported Languages | 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 } |