Reddit to Mp4 converter | reditor

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

Qu'est-ce que Reddit to Mp4 converter | reditor ?

Reddit to Mp4 converter | reditor est une extension Chrome développée par https://redditdownloader.us, et sa fonction principale est "redditdownloader.us allows users to download reddit videos with audio in high quality.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Reddit to Mp4 converter | reditor

Téléchargez les fichiers d'extension Reddit to Mp4 converter | reditor au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Reddit to Mp4 converter | reditor Reddit to Mp4 converter | reditor
ID oadiaghpehaaplbchodiigbbjeeokila
URL Officiel https://chromewebstore.google.com/detail/reddit-to-mp4-converter-r/oadiaghpehaaplbchodiigbbjeeokila
Description redditdownloader.us allows users to download reddit videos with audio in high quality.
Taille du Fichier 10.01 KB
Nombre d'Installations 42
Version Actuelle 1.0
Dernière Mise à Jour 2021-09-08
Date de Publication 2021-09-08
Évaluation 5.00/5 Total 3 Évaluations
Développeur https://redditdownloader.us
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://redditdownloader.us
URL de la Page d'Aide https://redditdownloader.us/blog/contact-us
Langues Prises en Charge 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"
}