HappyGet 2 for QTS 4

HappyGet 2 for QTS 4

HappyGet 2 for QTS 4 là gì?

HappyGet 2 for QTS 4 là một tiện ích mở rộng Chrome được phát triển bởi QNAP Systems, Inc., và tính năng chính của nó là "HappyGet 2 for QTS 4".

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

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng HappyGet 2 for QTS 4

Tải xuống các tệp mở rộng HappyGet 2 for QTS 4 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

                        HappyGet 2 for QTS 4
"HappyGet 2" is your BEST personal video backup tool.  It makes you backup your multimedia recordings form cloud to your NAS easily.

In cloud era, smart phones, tablets, digital cameras may all connect with internet.  They can easily upload multimedia recordings to cloud platforms, such as Youtube and Facebook.  But an end device may connect with several cloud platforms and people in one family may upload videos to different accounts.  A NAS could be the multimedia sharing platform in a family which provides a "Personal Cloud Solution" just right.

"HappyGet 2" is the most easy tool for you to backup multimedia recordings from cloud to NAS, makes your precious recordings no longer spread everywhere in the cloud.

Supported platforms:
1. Youtube
2. Vimeo                    

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

Tên HappyGet 2 for QTS 4 HappyGet 2 for QTS 4
ID nhaommnkcfogjlhlphdfaejnnpepepeb
URL Chính Thức https://chromewebstore.google.com/detail/happyget-2-for-qts-4/nhaommnkcfogjlhlphdfaejnnpepepeb
Mô tả HappyGet 2 for QTS 4
Kích Thước Tệp 1.93 MB
Số Lần Cài Đặt 9,000
Phiên Bản Hiện Tại 1.2.10
Cập Nhật Lần Cuối 2020-02-12
Ngày Phát Hành 2020-02-12
Đánh Giá 2.38/5 Tổng số 86 Đánh Giá
Nhà Phát Triển QNAP Systems, Inc.
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://www.qnap.com/en/before_buy/con_show.php?op=showone&cid=17
Ngôn Ngữ Được Hỗ Trợ en,zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "version": "1.2.10",
    "description": "HappyGet 2 for QTS 4",
    "icons": {
        "128": "icons\/icon128.png",
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png"
    },
    "default_locale": "en",
    "browser_action": {
        "default_icon": {
            "19": "icons\/19\/icon.png",
            "38": "icons\/38\/icon.png"
        },
        "default_title": "HappyGet 2 for QTS 4",
        "default_popup": "popup2.html"
    },
    "background": {
        "page": "bg.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/libs\/jquery\/jquery-1.9.1.min.js",
                "js\/libs\/sanitize-filename.min.js",
                "js\/contentscript\/effect.js"
            ]
        },
        {
            "matches": [
                "http:\/\/www.youtube.com\/*",
                "https:\/\/www.youtube.com\/*",
                "http:\/\/www.facebook.com\/*",
                "https:\/\/www.facebook.com\/*",
                "http:\/\/vimeo.com\/*",
                "https:\/\/vimeo.com\/*",
                "http:\/\/www.nicovideo.jp\/*",
                "https:\/\/www.nicovideo.jp\/*",
                "http:\/\/www.ted.com\/talks\/*",
                "https:\/\/www.ted.com\/talks\/*"
            ],
            "js": [
                "js\/libs\/date.js",
                "js\/libs\/indbg.js",
                "js\/libs\/base64.js",
                "js\/contentscript\/extid.js",
                "js\/bg\/bg_msg_code.js",
                "js\/contentscript\/FB\/fb_popup.js"
            ],
            "css": [
                "js\/libs\/jquery\/jquery.min.map",
                "css\/nico\/nico.css",
                "css\/fb\/contentscript.css",
                "css\/ted\/ted.css"
            ]
        },
        {
            "matches": [
                "http:\/\/www.youtube.com\/*",
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "js\/contentscript\/youtube\/ajax.js",
                "js\/contentscript\/youtube\/btn.js",
                "js\/contentscript\/youtube\/card.js",
                "js\/contentscript\/youtube\/quality.js",
                "js\/contentscript\/youtube\/watch7.js",
                "js\/contentscript\/youtube\/watch8.js"
            ],
            "css": [
                "js\/libs\/jquery\/jquery.min.map",
                "css\/youtube\/contentscript.css"
            ]
        },
        {
            "matches": [
                "http:\/\/*\/hg2\/*",
                "http:\/\/*\/hg2\/",
                "http:\/\/*\/hg2",
                "https:\/\/*\/hg2\/*",
                "https:\/\/*\/hg2\/",
                "https:\/\/*\/hg2"
            ],
            "js": [
                "js\/contentscript\/hg2.js"
            ]
        },
        {
            "matches": [
                "http:\/\/vimeo.com\/*",
                "https:\/\/vimeo.com\/*"
            ],
            "js": [
                "js\/contentscript\/vimeo\/vimeo_data.js",
                "js\/contentscript\/vimeo\/vimeo_data2.js",
                "js\/contentscript\/vimeo\/vimeo_btn.js"
            ],
            "css": [
                "css\/vimeo\/vimeo.css"
            ]
        }
    ],
    "permissions": [
        "*:\/\/*\/*",
        "tabs",
        "notifications",
        "cookies",
        "contextMenus"
    ],
    "web_accessible_resources": [
        "\/icons\/icon.png",
        "\/icons\/QG-04.png",
        "\/icons\/QG-05.png",
        "\/icons\/icon48.png",
        "\/icons\/icon_Download_Status.png",
        "\/icons\/info.png",
        "\/images\/contentscript\/btn_1.png",
        "\/images\/contentscript\/btn_2.png",
        "\/images\/contentscript\/loading.gif",
        "\/images\/contentscript\/effect\/effect_send.png",
        "\/images\/contentscript\/effect\/effect_success.png",
        "\/images\/contentscript\/effect\/effect_fail.png",
        "\/images\/reload\/bg.png",
        "\/images\/reload\/images.png",
        "\/images\/reload\/btn.png",
        "\/js\/ds\/QGet_128.png",
        "\/js\/ds\/QGet_B_128.png",
        "\/js\/libs\/jquery\/jquery.min.map",
        "\/js\/libs\/jquery\/jquery-1.9.1.min.js",
        "\/js\/libs\/date.js",
        "\/js\/libs\/indbg.js",
        "\/js\/libs\/base64.js",
        "\/js\/contentscript\/extid.js",
        "\/js\/contentscript\/effect.js"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/ssl.google-analytics.com; object-src 'self';",
    "manifest_version": 2,
    "minimum_chrome_version": "38"
}