The Crave - professional web video downloader

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

Qu'est-ce que The Crave - professional web video downloader ?

The Crave - professional web video downloader est une extension Chrome développée par http://noupset.net, et sa fonction principale est "The Crave - video downloader plus. Downloads HD, 2K, 4K videos from the most popular websites.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension The Crave - professional web video downloader

Téléchargez les fichiers d'extension The Crave - professional web video downloader au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom The Crave - professional web video downloader The Crave - professional web video downloader
ID gcghfnfbmgpbcpidcfogangkfmaghfga
URL Officiel https://chrome.google.com/webstore/detail/the-crave-professional-we/gcghfnfbmgpbcpidcfogangkfmaghfga
Description The Crave - video downloader plus. Downloads HD, 2K, 4K videos from the most popular websites.
Taille du Fichier 1.1 MB
Nombre d'Installations 2,000
Version Actuelle 1.0.8
Dernière Mise à Jour 2022-02-06
Date de Publication 2021-03-03
Évaluation 3.06/5 Total 18 Évaluations
Développeur http://noupset.net
Email [email protected]
Type de Paiement in_app
Site Web de l'Extension https://noupset.net/extensions/crave-pro-video-downloader
URL de la Page d'Aide https://noupset.net/contacts
URL de la Page de Politique de Confidentialité https://noupset.net/privacy-policy?utm_source=google-webstore
Langues Prises en Charge 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"
}