Reddit downloader

Simple extension to download videos & gifs from reddit

Was ist Reddit downloader?

Reddit downloader ist eine Chrome-Erweiterung, die von MrPotato-04 entwickelt wurde, und ihr Hauptmerkmal ist "Simple extension to download videos & gifs from reddit".

Erweiterungsscreenshots

screenshot

Reddit downloader-Erweiterungs-CRX-Datei herunterladen

Laden Sie Reddit downloader-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

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


"This extention was made for personal learning purposes"                    

Grundlegende Informationen zur Erweiterung

Name Reddit downloader Reddit downloader
ID ohpbljmgjfakpmpohokhopckllfgaflk
Offizielle URL https://chromewebstore.google.com/detail/reddit-downloader/ohpbljmgjfakpmpohokhopckllfgaflk
Beschreibung Simple extension to download videos & gifs from reddit
Dateigröße 10.31 KB
Installationsanzahl 31
Aktuelle Version 1.2
Letztes Update 2022-03-31
Veröffentlichungsdatum 2022-03-30
Entwickler MrPotato-04
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
            ]
        }
    ]
}