Wise Video Downloader

Download videos from the most popular sites. Easy way to save videos fast and for free.

Wise Video Downloader là gì?

Wise Video Downloader là một tiện ích mở rộng Chrome được phát triển bởi William Moore, và tính năng chính của nó là "Download videos from the most popular sites. Easy way to save videos fast and for free.".

Ả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 Wise Video Downloader

Tải xuống các tệp mở rộng Wise Video Downloader 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

                        Download videos and clips from social webs and popular sites at lightning speed.

"Wise Video Downloader" provide you an easier way to find out where the actual media file is located on the server. Once found, a number mark is shown on the extension icon indicating that media file is available for download.

With this extension, you can download all HD videos from your own social media accounts. All formats are supported. 100% free! (videos shared by your friends on social accounts can be downloaded too. )

How to Use Wise Video Downloader :
* Install  from the Chrome Web Store
* Find video that you want to download
* Click the download button and within seconds you will begin to download the video to your PC
* Done!                    

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

Tên Wise Video Downloader Wise Video Downloader
ID iekgholhfibbgedbemeoglmklmeleonb
URL Chính Thức https://chrome.google.com/webstore/detail/wise-video-downloader/iekgholhfibbgedbemeoglmklmeleonb
Mô tả Download videos from the most popular sites. Easy way to save videos fast and for free.
Kích Thước Tệp 106 KB
Số Lần Cài Đặt 200,000
Phiên Bản Hiện Tại 1.5.5
Cập Nhật Lần Cuối 2022-10-04
Ngày Phát Hành 2020-05-20
Đánh Giá 2.80/5 Tổng số 233 Đánh Giá
Nhà Phát Triển William Moore
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://sites.google.com/view/wise-inc/home
Ngôn Ngữ Được Hỗ Trợ id,ms,de,en,en-GB,en-US,fr,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,el,sr,bg,ru,uk,mr,hi,bn,gu,te,ml,th,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.5.5",
    "manifest_version": 2,
    "name": "__MSG_name__",
    "short_name": "__MSG_name__",
    "description": "__MSG_desc__",
    "default_locale": "en",
    "icons": {
        "128": "\/img\/128.png",
        "64": "\/img\/64.png",
        "32": "\/img\/32.png"
    },
    "browser_action": {
        "default_icon": "\/img\/32.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "\/js\/lib\/jquery-3.2.1.min.js",
                "\/js\/lib\/tools.js",
                "\/js\/_config.js",
                "\/js\/providers\/abstract-provider.js",
                "\/js\/content.js"
            ],
            "css": [
                "\/css\/btns.css"
            ],
            "all_frames": true
        },
        {
            "matches": [
                "*:\/\/*.facebook.com\/*"
            ],
            "js": [
                "\/js\/providers\/fb.js"
            ],
            "all_frames": true
        },
        {
            "matches": [
                "*:\/\/*.instagram.com\/*"
            ],
            "js": [
                "\/js\/providers\/in.js"
            ],
            "all_frames": true
        },
        {
            "matches": [
                "*:\/\/*.twitter.com\/*"
            ],
            "js": [
                "\/js\/providers\/tw.js"
            ],
            "all_frames": true
        },
        {
            "matches": [
                "*:\/\/*.vk.com\/*"
            ],
            "js": [
                "\/js\/providers\/vk.js"
            ],
            "all_frames": true
        },
        {
            "matches": [
                "*:\/\/*.vimeo.com\/*"
            ],
            "js": [
                "\/js\/providers\/vm.js"
            ],
            "all_frames": true
        },
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/providers\/xx.js",
                "\/js\/content.js"
            ],
            "all_frames": true
        }
    ],
    "background": {
        "scripts": [
            "\/js\/lib\/jquery-3.2.1.min.js",
            "\/js\/lib\/tools.js",
            "\/js\/_config.js",
            "\/js\/background.js"
        ]
    },
    "permissions": [
        "tabs",
        "downloads",
        ""
    ],
    "web_accessible_resources": [
        "\/img\/*"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval';  object-src 'self'"
}