The Crave - professional web video downloader

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

Wat is The Crave - professional web video downloader?

The Crave - professional web video downloader is een Chrome-extensie ontwikkeld door http://noupset.net, en de belangrijkste functie is "The Crave - video downloader plus. Downloads HD, 2K, 4K videos from the most popular websites.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie The Crave - professional web video downloader

Download The Crave - professional web video downloader-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam The Crave - professional web video downloader The Crave - professional web video downloader
ID gcghfnfbmgpbcpidcfogangkfmaghfga
Officiële URL https://chrome.google.com/webstore/detail/the-crave-professional-we/gcghfnfbmgpbcpidcfogangkfmaghfga
Beschrijving The Crave - video downloader plus. Downloads HD, 2K, 4K videos from the most popular websites.
Bestandsgrootte 1.1 MB
Aantal Installaties 2,000
Huidige Versie 1.0.8
Laatst Bijgewerkt 2022-02-06
Publicatiedatum 2021-03-03
Beoordeling 3.06/5 Totaal 18 Beoordelingen
Ontwikkelaar http://noupset.net
E-mail [email protected]
Betalingswijze in_app
Extensiewebsite https://noupset.net/extensions/crave-pro-video-downloader
Help Pagina-URL https://noupset.net/contacts
URL van de Privacybeleid Pagina https://noupset.net/privacy-policy?utm_source=google-webstore
Ondersteunde Talen 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"
}