ASUS Download Master Plugin

ASUS Download Master of the Context Menus API.

ASUS Download Master Plugin क्या है?

ASUS Download Master Plugin Wayne Chien द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "ASUS Download Master of the Context Menus API."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में ASUS Download Master Plugin एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
आधिकारिक URL 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"
}