The Crave - professional web video downloader

The Crave - video downloader plus. Downloads HD, 2K, 4K videos from the most popular websites.

什么是The Crave - professional web video downloader?

The Crave - professional web video downloader是由http://noupset.net开发的Chrome扩展程序,该扩展的主要功能是“The Crave - video downloader plus. Downloads HD, 2K, 4K videos from the most popular websites.”。

扩展截图

screenshot
screenshot

下载The Crave - professional web video downloader扩展crx文件

下载The Crave - professional web video downloader扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        The Crave -  video downloader pro for the most popular tubes and video sites all over the internet. 
Crave supports mainstream video tubes and popular  websites.

The main  Crave's philosophy -  is the user's safety and privacy and the safety of confidential information. 😎 

That is why we DO NOT accept any kind of ads in our products. 
Also we DO NOT collect any user's personal data.

The Crave extension - is the easiest way to download videos in any available on the site format. The extension can download video formats: flv video, m4v, mp4, avi, asf, MPEG, etc.

No more online watching depends on the internet speed - just save video and review it at any time.
If you ever wanted to download a video in different formats, the Crave - video downloader is exactly what you need.
Save video files to your PC and create your own collection of favourite online videos.

To save videos just follow the next steps:

1. Go to the single video page
2. Open extension pop-up window, select necessary quality and press “Download”
3. Your video is ready for offline usage.

Due to restrictions of the Chrome Webstore downloading Youtube videos is not allowed! Not a Youtube Downloader.

The Crave Video Downloader is not responsible for the media downloaded by users. 
We suggest checking the copyright of the media and files to download. 
The Crave Video Downloader suggests not download copyrighted video. 

Share your experience at the Web Store and rate 5 stars 😍 The Crave Pro Video Downloader.                    

扩展基本信息

名称 The Crave - professional web video downloader The Crave - professional web video downloader
ID gcghfnfbmgpbcpidcfogangkfmaghfga
官方URL https://chrome.google.com/webstore/detail/the-crave-professional-we/gcghfnfbmgpbcpidcfogangkfmaghfga
简介 The Crave - video downloader plus. Downloads HD, 2K, 4K videos from the most popular websites.
文件大小 1.1 MB
安装次数 2,000
当前版本 1.0.8
更新时间 2022-02-06
上架时间 2021-03-03
评分 3.06/5 共18次评分
开发者 http://noupset.net
电子邮箱 [email protected]
付费类型 in_app
扩展官网 https://noupset.net/extensions/crave-pro-video-downloader
帮助页面URL https://noupset.net/contacts
隐私政策页面URL https://noupset.net/privacy-policy?utm_source=google-webstore
支持的语言 de,en,fr,nl,no,vi,tr,da,es,it,pl,fi,bg,ru,iw,bn,ta,ar,zh-CN,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "description": "__MSG_extDescription__",
    "version": "1.0.8",
    "icons": {
        "16": "logo\/app_icon.png",
        "32": "logo\/app_icon.png",
        "48": "logo\/app_icon.png",
        "64": "logo\/app_icon.png",
        "128": "logo\/app_icon.png"
    },
    "permissions": [
        "webRequest",
        "tabs",
        "downloads",
        "storage",
        "identity",
        ""
    ],
    "browser_action": {
        "default_icon": "logo\/app_icon.png",
        "default_title": "__MSG_extTitle__",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "js\/assets.js",
            "js\/background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "js": [
                "js\/assets.js",
                "js\/inject.js"
            ],
            "run_at": "document_end",
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "all_frames": false
        }
    ],
    "oauth2": {
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.email",
            "https:\/\/www.googleapis.com\/auth\/userinfo.profile"
        ],
        "client_id": "986966317373-3ocokdcetabsgdsto4q6j7keajqjge80.apps.googleusercontent.com"
    },
    "short_name": "__MSG_extShortName__",
    "default_locale": "en",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com https:\/\/www.gstatic.com\/ https:\/\/*.firebaseio.com https:\/\/www.googleapis.com; object-src 'self'",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAnEv\/50RsQjsn40T3WG7hn3UXp8KgQFedsQcYcbEvZlStuYY1dw\/F\/+ez1FL\/ruio9OHsyzNIssyXYZE8n8EnXAqMHGVuAzXNaUNT1bRS9v9jOoZev+DRYrbJhpnSEJkoT7+PqD3JDopApRMf280D+UQ\/u3jy1m2QuCbsU\/NKcUdyEyBEEDV+lgnQujhSRo3JbrWMIQ+5nuZjUE0QrIWqFBqpg1\/9kwCLFxC\/KkxKsjZer3DseDt4UHpbKtkoFKkRYFF0mJwXBQNz5xMwxNjDWnty3CvnFKCxUH2SrC+fA0WcNAw6M5lIed4VgYEPHLcOsP1g19XWp0LixVD2AoB2pQIDAQAB"
}