Reddit to Mp4 converter | reditor

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

Apa itu Reddit to Mp4 converter | reditor?

Reddit to Mp4 converter | reditor adalah ekstensi Chrome yang dikembangkan oleh https://redditdownloader.us, dan fitur utamanya adalah "redditdownloader.us allows users to download reddit videos with audio in high quality.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Reddit to Mp4 converter | reditor

Unduh file ekstensi Reddit to Mp4 converter | reditor dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Reddit to Mp4 converter | reditor Reddit to Mp4 converter | reditor
ID oadiaghpehaaplbchodiigbbjeeokila
URL Resmi https://chromewebstore.google.com/detail/reddit-to-mp4-converter-r/oadiaghpehaaplbchodiigbbjeeokila
Deskripsi redditdownloader.us allows users to download reddit videos with audio in high quality.
Ukuran File 10.01 KB
Jumlah Instalasi 42
Versi Saat Ini 1.0
Terakhir Diperbarui 2021-09-08
Tanggal Publikasi 2021-09-08
Penilaian 5.00/5 Total 3 Penilaian
Pengembang https://redditdownloader.us
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://redditdownloader.us
URL Halaman Bantuan https://redditdownloader.us/blog/contact-us
Bahasa yang Didukung 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"
}