Wise Video Downloader

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

Wise Video Downloaderとは何ですか?

Wise Video DownloaderはWilliam Mooreによって開発されたChromeの拡張機能で、その主な機能は「Download videos from the most popular sites. Easy way to save videos fast and for free.」です。

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

screenshot
screenshot
screenshot
screenshot

Wise Video Downloader拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        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!                    

拡張機能の基本情報

名前 Wise Video Downloader Wise Video Downloader
ID iekgholhfibbgedbemeoglmklmeleonb
公式URL https://chrome.google.com/webstore/detail/wise-video-downloader/iekgholhfibbgedbemeoglmklmeleonb
説明 Download videos from the most popular sites. Easy way to save videos fast and for free.
ファイルサイズ 106 KB
インストール数 200,000
現在のバージョン 1.5.5
最終更新日 2022-10-04
公開日 2020-05-20
評価 2.80/5 合計 233 レビュー
開発者 William Moore
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL https://sites.google.com/view/wise-inc/home
対応言語 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'"
}