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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
}