Reddit to Mp4 converter | reditor

redditdownloader.us allows users to download reddit videos with audio in high quality.

Was ist Reddit to Mp4 converter | reditor?

Reddit to Mp4 converter | reditor ist eine Chrome-Erweiterung, die von https://redditdownloader.us entwickelt wurde, und ihr Hauptmerkmal ist "redditdownloader.us allows users to download reddit videos with audio in high quality.".

Erweiterungsscreenshots

screenshot
screenshot

Reddit to Mp4 converter | reditor-Erweiterungs-CRX-Datei herunterladen

Laden Sie Reddit to Mp4 converter | reditor-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

                        redditdownloader.us allows you to download Reddit videos with audio in high quality.

Reddit.com doesn't allow users to download videos with sound. So, we made a tool that downloads the requested video and audio. Our tool will combine the video with the sound file. And provide you.

Three things this extension do for you.
1) Provide the video thumbnail.
2) Provide an audio-only version of the video.
3) Provide requested video with audio.

"Reddit to Mp4 converter | Reditor" is an independent project and has no relationship to Reddit Inc.                    

Grundlegende Informationen zur Erweiterung

Name Reddit to Mp4 converter | reditor Reddit to Mp4 converter | reditor
ID oadiaghpehaaplbchodiigbbjeeokila
Offizielle URL https://chromewebstore.google.com/detail/reddit-to-mp4-converter-r/oadiaghpehaaplbchodiigbbjeeokila
Beschreibung redditdownloader.us allows users to download reddit videos with audio in high quality.
Dateigröße 10.01 KB
Installationsanzahl 42
Aktuelle Version 1.0
Letztes Update 2021-09-08
Veröffentlichungsdatum 2021-09-08
Bewertung 5.00/5 Insgesamt 3 Bewertungen
Entwickler https://redditdownloader.us
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://redditdownloader.us
Hilfeseite URL https://redditdownloader.us/blog/contact-us
Unterstützte Sprachen en
manifest.json
{
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": "icon.png"
    },
    "content_scripts": [
        {
            "js": [
                "main.js"
            ],
            "matches": [
                "https:\/\/www.reddit.com\/*"
            ]
        }
    ],
    "description": "redditdownloader.us allows users to download reddit videos with audio in high quality.",
    "icons": {
        "128": "icon128.png",
        "16": "icon16.png",
        "48": "icon48.png"
    },
    "manifest_version": 2,
    "minimum_chrome_version": "38",
    "name": "Reddit to Mp4 converter | reditor",
    "permissions": [
        "contextMenus"
    ],
    "short_name": "Reddit Downloader",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0"
}