Reddit downloader

Simple extension to download videos & gifs from reddit

What is Reddit downloader?

Reddit downloader is a Chrome extension developed by MrPotato-04, and its main feature is "Simple extension to download videos & gifs from reddit".

Extension Screenshots

screenshot

Download Reddit downloader Extension CRX File

Download Reddit downloader extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Simple reddit video/gif downloader extension.
usage: alt + s


"This extention was made for personal learning purposes"                    

Extension Basic Information

Name Reddit downloader Reddit downloader
ID ohpbljmgjfakpmpohokhopckllfgaflk
Official URL https://chromewebstore.google.com/detail/reddit-downloader/ohpbljmgjfakpmpohokhopckllfgaflk
Description Simple extension to download videos & gifs from reddit
File Size 10.31 KB
Installation Count 31
Current Version 1.2
Last Updated 2022-03-31
Publish Date 2022-03-30
Developer MrPotato-04
Email [email protected]
Payment Type free
Supported Languages en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Reddit downloader",
    "description": "Simple extension to download videos & gifs from reddit",
    "version": "1.2",
    "manifest_version": 3,
    "action": {
        "default_popup": "index.html",
        "default_icon": "logo_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.reddit.com\/r\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}