SuperDDNS Updater

Update your Hostnames easily with this plugin.

什麼是SuperDDNS Updater?

SuperDDNS Updater是由https://www.superddns.net開發的Chrome擴展程式,該擴展的主要功能是“Update your Hostnames easily with this plugin.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載SuperDDNS Updater擴展crx文件

下載SuperDDNS Updater擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        With this extension, you can now easily update your SuperDDNS Dynamic DNS Hostnames. Simply install, enter the details, and that's it.

Easy to Use
Enter your UserID, then your HostID, select an update interval, and click save. That’s all it takes to update your Hostname.

Informative Extension Icons
Our easy to interpret extension icons let you know if your most recent update was successful, failed, or if you’re offline. 

Notification Support
You can enable notifications to be alerted of any issues when updating your Hostnames.

Secure Updates
Your username and password are never transmitted from the update client, and your connection is always secured with 256-bit encryption.                    

擴展基本資訊

名稱 SuperDDNS Updater SuperDDNS Updater
ID fgicibhhjpkhofndablodfdcfbloofbm
官方網址 https://chromewebstore.google.com/detail/superddns-updater/fgicibhhjpkhofndablodfdcfbloofbm
簡介 Update your Hostnames easily with this plugin.
檔案大小 58.54 KB
安裝次數 11
目前版本 0.0.4
更新時間 2020-11-17
上架時間 2020-05-10
評分 1.00/5 共 1 次評分
開發者 https://www.superddns.net
電子郵箱 [email protected]
付費類型 free
擴展官網 http://www.superddns.net/
說明頁面URL https://www.superddns.net/help/kb10/
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SuperDDNS Updater",
    "short_name": "SuperDDNS Updater",
    "description": "Update your Hostnames easily with this plugin.",
    "version": "0.0.4",
    "options_page": "options.html",
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "browser_action": {
        "default_icon": {
            "16": "csc_16.png",
            "32": "csc_32.png",
            "64": "csc_64.png",
            "128": "csc_128.png",
            "256": "csc_256.png"
        },
        "default_title": "Updating"
    },
    "icons": {
        "16": "csc_16.png",
        "32": "csc_32.png",
        "64": "csc_64.png",
        "128": "csc_128.png",
        "256": "csc_256.png"
    },
    "permissions": [
        "storage",
        "background",
        "notifications",
        "https:\/\/www.superddns.net\/"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "manifest_version": 2
}