The Crave - professional web video downloader

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

¿Qué es The Crave - professional web video downloader?

The Crave - professional web video downloader es una extensión de Chrome desarrollada por http://noupset.net, y su función principal es "The Crave - video downloader plus. Downloads HD, 2K, 4K videos from the most popular websites.".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión The Crave - professional web video downloader

Descarga archivos de extensión The Crave - professional web video downloader en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre The Crave - professional web video downloader The Crave - professional web video downloader
ID gcghfnfbmgpbcpidcfogangkfmaghfga
URL Oficial https://chrome.google.com/webstore/detail/the-crave-professional-we/gcghfnfbmgpbcpidcfogangkfmaghfga
Descripción The Crave - video downloader plus. Downloads HD, 2K, 4K videos from the most popular websites.
Tamaño del Archivo 1.1 MB
Cantidad de Instalaciones 2,000
Versión Actual 1.0.8
Última Actualización 2022-02-06
Fecha de Publicación 2021-03-03
Calificación 3.06/5 Total de 18 Calificaciones
Desarrollador http://noupset.net
Correo electrónico [email protected]
Tipo de Pago in_app
Sitio Web de la Extensión https://noupset.net/extensions/crave-pro-video-downloader
URL de la Página de Ayuda https://noupset.net/contacts
URL de la Página de Política de Privacidad https://noupset.net/privacy-policy?utm_source=google-webstore
Idiomas Soportados 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"
}