DDNS Now

ダイナミックDNSサービス DDNS Now のIPアドレスを自動で更新

What is DDNS Now?

DDNS Now is a Chrome extension developed by https://f5.si, and its main feature is "ダイナミックDNSサービス DDNS Now のIPアドレスを自動で更新".

Extension Screenshots

screenshot

Download DDNS Now Extension CRX File

Download DDNS Now 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

                        ダイナミックDNSサービス「DDNS Now」のIPアドレスを自動で更新できる拡張機能です。

DDNS Nowにログイン中のアカウント情報を自動的に取得し、IPアドレスも接続中の回線のものを自動的に取得します。
インストール後、拡張機能アイコンからIPv4/IPv6の自動更新をオンにすると、以降は1分ごとにIPアドレスを検出し、自動更新します。

DDNS Now
https://ddns.kuku.lu/                    

Extension Basic Information

Name DDNS Now DDNS Now
ID gncchnpliieikedkbgapmfkjbgbikdoe
Official URL https://chromewebstore.google.com/detail/ddns-now/gncchnpliieikedkbgapmfkjbgbikdoe
Description ダイナミックDNSサービス DDNS Now のIPアドレスを自動で更新
File Size 14.89 KB
Installation Count 482
Current Version 0.0.2
Last Updated 2023-11-29
Publish Date 2023-11-29
Rating 5.00/5 Total 1 Ratings
Developer https://f5.si
Email [email protected]
Payment Type free
Extension Website https://ddns.kuku.lu/
Help Page URL https://magical.kuku.lu/page.contact.php?type=DDNS+Now
Privacy Policy Page URL https://aquapal.net/rule.php
Supported Languages ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "DDNS Now",
    "version": "0.0.2",
    "manifest_version": 3,
    "description": "\u30c0\u30a4\u30ca\u30df\u30c3\u30afDNS\u30b5\u30fc\u30d3\u30b9 DDNS Now \u306eIP\u30a2\u30c9\u30ec\u30b9\u3092\u81ea\u52d5\u3067\u66f4\u65b0",
    "action": {
        "default_title": "DDNS Now",
        "default_icon": "img\/icon48.png",
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "icons": {
        "128": "img\/icon128.png",
        "48": "img\/icon48.png",
        "32": "img\/icon32.png"
    },
    "permissions": [
        "background",
        "alarms",
        "storage"
    ],
    "host_permissions": [
        "*:\/\/ddns.kuku.lu\/*",
        "*:\/\/f5.si\/*",
        "*:\/\/*.f5.si\/*"
    ]
}