The Crave - professional web video downloader

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

Was ist The Crave - professional web video downloader?

The Crave - professional web video downloader ist eine Chrome-Erweiterung, die von http://noupset.net entwickelt wurde, und ihr Hauptmerkmal ist "The Crave - video downloader plus. Downloads HD, 2K, 4K videos from the most popular websites.".

Erweiterungsscreenshots

screenshot
screenshot

The Crave - professional web video downloader-Erweiterungs-CRX-Datei herunterladen

Laden Sie The Crave - professional web video downloader-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name The Crave - professional web video downloader The Crave - professional web video downloader
ID gcghfnfbmgpbcpidcfogangkfmaghfga
Offizielle URL https://chrome.google.com/webstore/detail/the-crave-professional-we/gcghfnfbmgpbcpidcfogangkfmaghfga
Beschreibung The Crave - video downloader plus. Downloads HD, 2K, 4K videos from the most popular websites.
Dateigröße 1.1 MB
Installationsanzahl 2,000
Aktuelle Version 1.0.8
Letztes Update 2022-02-06
Veröffentlichungsdatum 2021-03-03
Bewertung 3.06/5 Insgesamt 18 Bewertungen
Entwickler http://noupset.net
E-Mail [email protected]
Zahlungsart in_app
Erweiterungswebsite https://noupset.net/extensions/crave-pro-video-downloader
Hilfeseite URL https://noupset.net/contacts
URL der Datenschutzrichtlinien-Seite https://noupset.net/privacy-policy?utm_source=google-webstore
Unterstützte Sprachen 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"
}