Video Downloader for reddit - Redditsave

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

Was ist Video Downloader for reddit - Redditsave?

Video Downloader for reddit - Redditsave ist eine Chrome-Erweiterung, die von Redditsave.com entwickelt wurde, und ihr Hauptmerkmal ist "A powerful reddit video downloader with sound powered by redditsave.com".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

Video Downloader for reddit - Redditsave-Erweiterungs-CRX-Datei herunterladen

Laden Sie Video Downloader for reddit - Redditsave-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

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Video Downloader for reddit - Redditsave Video Downloader for reddit - Redditsave
ID hhienkkjhkcdeaolmcniloflgpjhdefi
Offizielle URL https://chromewebstore.google.com/detail/video-downloader-for-redd/hhienkkjhkcdeaolmcniloflgpjhdefi
Beschreibung A powerful reddit video downloader with sound powered by redditsave.com
Dateigröße 26.22 KB
Installationsanzahl 40,160
Aktuelle Version 2.0
Letztes Update 2021-08-17
Veröffentlichungsdatum 2021-08-05
Bewertung 4.17/5 Insgesamt 53 Bewertungen
Entwickler Redditsave.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://redditsave.com
URL der Datenschutzrichtlinien-Seite https://redditsave.com/privacy
Unterstützte Sprachen 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"
    ]
}