Video Downloader for reddit - Redditsave

A powerful reddit video downloader with sound powered by redditsave.com

Qu'est-ce que Video Downloader for reddit - Redditsave ?

Video Downloader for reddit - Redditsave est une extension Chrome développée par Redditsave.com, et sa fonction principale est "A powerful reddit video downloader with sound powered by redditsave.com".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Video Downloader for reddit - Redditsave

Téléchargez les fichiers d'extension Video Downloader for reddit - Redditsave 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

                        RedditSave extension allows you to download reddit videos with audio.

With this extension, you can download reddit videos and gifs embedded from v.redd.it, imgur, gfycat, streamable, giphy etc for free.

These are the steps to download videos from reddit using this extension:

Step 1: Open reddit and locate the post which contains the video or gif you want to download.

Step 2: Click on the Redditsave extension's icon on the top right bar of your browser (red download icon). The download page will be opened in a new tab. 

Step 3: Click the "Download HD Video" button to download and save the video to your local device storage.
=====================================================

There is also a right-click option.
Just right-click on the post title/url, then select redditsave on the right-click menu. This will take you to the download page quickly.                    

Informations de Base sur l'Extension

Nom Video Downloader for reddit - Redditsave Video Downloader for reddit - Redditsave
ID hhienkkjhkcdeaolmcniloflgpjhdefi
URL Officiel https://chromewebstore.google.com/detail/video-downloader-for-redd/hhienkkjhkcdeaolmcniloflgpjhdefi
Description A powerful reddit video downloader with sound powered by redditsave.com
Taille du Fichier 26.22 KB
Nombre d'Installations 40,160
Version Actuelle 2.0
Dernière Mise à Jour 2021-08-17
Date de Publication 2021-08-05
Évaluation 4.17/5 Total 53 Évaluations
Développeur Redditsave.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://redditsave.com
URL de la Page de Politique de Confidentialité https://redditsave.com/privacy
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Video Downloader for reddit - Redditsave",
    "description": "A powerful reddit video downloader with sound powered by redditsave.com",
    "version": "2.0",
    "browser_action": {
        "default_icon": "img\/icon.png"
    },
    "background": {
        "page": ".\/background.html"
    },
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.reddit.com\/*"
            ],
            "js": [
                ".\/content.js"
            ]
        }
    ],
    "permissions": [
        "contextMenus",
        "tabs"
    ]
}