Reddit to Mp4 converter | reditor

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

Reddit to Mp4 converter | reditorคืออะไร?

Reddit to Mp4 converter | reditor เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://redditdownloader.us และคุณลักษณะหลักของมันคือ "redditdownloader.us allows users to download reddit videos with audio in high quality."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Reddit to Mp4 converter | reditor

ดาวน์โหลดไฟล์ส่วนขยาย Reddit to Mp4 converter | reditor ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Reddit to Mp4 converter | reditor Reddit to Mp4 converter | reditor
ID oadiaghpehaaplbchodiigbbjeeokila
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/reddit-to-mp4-converter-r/oadiaghpehaaplbchodiigbbjeeokila
คำอธิบาย redditdownloader.us allows users to download reddit videos with audio in high quality.
ขนาดไฟล์ 10.01 KB
จำนวนการติดตั้ง 42
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2021-09-08
วันที่เผยแพร่ 2021-09-08
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา https://redditdownloader.us
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://redditdownloader.us
URL หน้าช่วยเหลือ https://redditdownloader.us/blog/contact-us
ภาษาที่รองรับ 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"
}