uGet Integration

uGet Browser Integration extension replaces default download manager by uGet Download Manager.

uGet Integration क्या है?

uGet Integration Gobinath द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "uGet Browser Integration extension replaces default download manager by uGet Download Manager."।

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

screenshot

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

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

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

                        Official extension to integrate uGet with uGet Download Manager.

Please note that "uget-chrome-wrapper" has been renamed to "uget-integrator". Please install "uget-integrator" from the following link before installing this extension.

https://github.com/ugetdm/uget-integrator/wiki/Installation


Disclaimer:
uGet respects the YouTube Policies so depending on the individual settings of a video it may not be possible to download video from YouTube. The vast majority of videos will be available for use in uGet.

To download, right click on Youtube page and select uGet Integration -> Download video with uGet                    

एक्सटेंशन की मूल जानकारी

नाम uGet Integration uGet Integration
ID efjgjleilhflffpbnkaofpmdnajdpepi
आधिकारिक URL https://chromewebstore.google.com/detail/uget-integration/efjgjleilhflffpbnkaofpmdnajdpepi
विवरण uGet Browser Integration extension replaces default download manager by uGet Download Manager.
फ़ाइल का आकार 95.59 KB
स्थापना संख्या 14,017
वर्तमान संस्करण 2.1.3
अंतिम अपडेट 2018-04-01
प्रकाशन तिथि 2018-04-01
रेटिंग 4.31/5 कुल 83 रेटिंग्स
डेवलपर Gobinath
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/ugetdm/uget-integrator/
सहायता पृष्ठ URL https://github.com/ugetdm/uget-integrator/issues
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "offline_enabled": true,
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "browser_style": true,
        "default_icon": "icon_32.png",
        "default_popup": "popup.html"
    },
    "commands": {
        "toggle-interruption": {
            "suggested_key": {
                "default": "Ctrl+Shift+U",
                "mac": "Command+Shift+U"
            },
            "description": "Toggle interruption"
        }
    },
    "description": "uGet Browser Integration extension replaces default download manager by uGet Download Manager.",
    "homepage_url": "http:\/\/ugetdm.com\/",
    "icons": {
        "32": "icon_32.png",
        "48": "icon_48.png",
        "64": "icon_64.png",
        "128": "icon_128.png"
    },
    "manifest_version": 2,
    "minimum_chrome_version": "19.0",
    "name": "uGet Integration",
    "short_name": "uGet",
    "permissions": [
        "",
        "webRequest",
        "webRequestBlocking",
        "nativeMessaging",
        "contextMenus",
        "downloads",
        "storage",
        "cookies",
        "activeTab",
        "tabs"
    ],
    "version": "2.1.3"
}