uGet Integration

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

uGet Integrationとは何ですか?

uGet IntegrationはGobinathによって開発されたChromeの拡張機能で、その主な機能は「uGet Browser Integration extension replaces default download manager by uGet Download Manager.」です。

拡張機能のスクリーンショット

screenshot

uGet Integration拡張機能のCRXファイルをダウンロード

uGet Integration拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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"
}