Video Downloader for reddit - Redditsave

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

Video Downloader for reddit - Redditsave क्या है?

Video Downloader for reddit - Redditsave Redditsave.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A powerful reddit video downloader with sound powered by redditsave.com"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Video Downloader for reddit - Redditsave एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम Video Downloader for reddit - Redditsave Video Downloader for reddit - Redditsave
ID hhienkkjhkcdeaolmcniloflgpjhdefi
आधिकारिक URL https://chromewebstore.google.com/detail/video-downloader-for-redd/hhienkkjhkcdeaolmcniloflgpjhdefi
विवरण A powerful reddit video downloader with sound powered by redditsave.com
फ़ाइल का आकार 26.22 KB
स्थापना संख्या 40,160
वर्तमान संस्करण 2.0
अंतिम अपडेट 2021-08-17
प्रकाशन तिथि 2021-08-05
रेटिंग 4.17/5 कुल 53 रेटिंग्स
डेवलपर Redditsave.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://redditsave.com
गोपनीयता नीति पृष्ठ URL https://redditsave.com/privacy
समर्थित भाषाएँ 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"
    ]
}