ASUS Download Master Plugin

ASUS Download Master of the Context Menus API.

什麼是ASUS Download Master Plugin?

ASUS Download Master Plugin是由Wayne Chien開發的Chrome擴展程式,該擴展的主要功能是“ASUS Download Master of the Context Menus API.”。

擴展截圖

screenshot

下載ASUS Download Master Plugin擴展crx文件

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

擴展使用說明

                        This extension allows you to submit download tasks to the ASUS Download Master from context menu. Just right click on the link or torrent file and select "Download link by ASUS Download Master" in the context menu and that is it!

安裝此擴充程式後,即可使用華碩全系列的WiFi Router中的Download Master功能.
須配合華碩無線Router使用!
支援Bt檔和NZB檔,對著超連結按下滑鼠右鍵選擇"Download link by ASUS Download Master"即可使用!

Change Log:
v2.7.0
- add DDNS setup
- add Bubble hint                    

擴展基本資訊

名稱 ASUS Download Master Plugin ASUS Download Master Plugin
ID kjahdcjadampelfmhkbceiledefjfnga
官方網址 https://chrome.google.com/webstore/detail/asus-download-master-plug/kjahdcjadampelfmhkbceiledefjfnga
簡介 ASUS Download Master of the Context Menus API.
檔案大小 49.49 KB
安裝次數 3,000
目前版本 2.7
更新時間 2015-04-15
上架時間 2015-04-15
評分 3.74/5 共 38 次評分
開發者 Wayne Chien
付費類型 free
支援的語言 en-US
manifest.json
{
    "background": {
        "scripts": [
            "js\/jquery-2.1.1.min.js",
            "js\/main.js"
        ]
    },
    "content_scripts": [
        {
            "css": [
                "css\/bubble.css"
            ],
            "js": [
                "js\/popupbubble.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "description": "ASUS Download Master of the Context Menus API.",
    "icons": {
        "128": "img\/Download_128.png",
        "16": "img\/Download_16.png",
        "48": "img\/Download_48.png"
    },
    "manifest_version": 2,
    "name": "ASUS Download Master Plugin",
    "options_page": "options.html",
    "permissions": [
        "contextMenus",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "ftp:\/\/*\/*",
        "notifications",
        "webRequest",
        "webRequestBlocking"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.7"
}