uGet Integration

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

uGet Integration là gì?

uGet Integration là một tiện ích mở rộng Chrome được phát triển bởi Gobinath, và tính năng chính của nó là "uGet Browser Integration extension replaces default download manager by uGet Download Manager.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng uGet Integration

Tải xuống các tệp mở rộng uGet Integration dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên uGet Integration uGet Integration
ID efjgjleilhflffpbnkaofpmdnajdpepi
URL Chính Thức https://chromewebstore.google.com/detail/uget-integration/efjgjleilhflffpbnkaofpmdnajdpepi
Mô tả uGet Browser Integration extension replaces default download manager by uGet Download Manager.
Kích Thước Tệp 95.59 KB
Số Lần Cài Đặt 14,017
Phiên Bản Hiện Tại 2.1.3
Cập Nhật Lần Cuối 2018-04-01
Ngày Phát Hành 2018-04-01
Đánh Giá 4.31/5 Tổng số 83 Đánh Giá
Nhà Phát Triển Gobinath
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/ugetdm/uget-integrator/
URL Trang Trợ Giúp https://github.com/ugetdm/uget-integrator/issues
Ngôn Ngữ Được Hỗ Trợ 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"
}