RedSaver - Reddit Video Download with sound

the chrome extension to saving videos with sound for reddit, high-res video, format conversion(mp4, webm, gif) and video edit tool.

RedSaver - Reddit Video Download with soundคืออะไร?

RedSaver - Reddit Video Download with sound เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Hyper CAT และคุณลักษณะหลักของมันคือ "the chrome extension to saving videos with sound for reddit, high-res video, format conversion(mp4, webm, gif) and video edit tool."

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย RedSaver - Reddit Video Download with sound

ดาวน์โหลดไฟล์ส่วนขยาย RedSaver - Reddit Video Download with sound ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        FEATURES

🌟  One click to download videos with sound from reddit™.
🌟  1080p High-res video quality (if available).
🌟  Automatically video format converts, support mp4, mov, gif, webm, flv.
🌟  Download audio only with mp4, mp3 format.
🌟  Video cut & crop, Audio cut battery included.

HOW TO USE

1. Visit any page of reddit that contains a video.
2. Click the "Download" button on top left of the video player.
3. Select video quality or audio and click the "Download" button to start.

NOTICE

Not all of the videos from reddit are supported.
e.g. it does not work for iframe and live stream.
free users can download 5 video per day.

SUPPORT

Questions? Drop us a line at [email protected]                    

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

ชื่อ RedSaver - Reddit Video Download with sound RedSaver - Reddit Video Download with sound
ID pnbdaoohckdlajpnffpignehemmebkhp
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/redsaver-reddit-video-dow/pnbdaoohckdlajpnffpignehemmebkhp
คำอธิบาย the chrome extension to saving videos with sound for reddit, high-res video, format conversion(mp4, webm, gif) and video edit tool.
ขนาดไฟล์ 4.12 MB
จำนวนการติดตั้ง 182
เวอร์ชันปัจจุบัน 1.0.1
อัปเดตครั้งล่าสุด 2022-06-09
วันที่เผยแพร่ 2022-06-01
คะแนน 1.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา Hyper CAT
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://gmaps-leads-extractor.getwecomments.com/privacy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_extName__",
    "description": "__MSG_extDescription__",
    "default_locale": "en",
    "permissions": [
        "storage",
        "identity",
        "downloads"
    ],
    "host_permissions": [
        "https:\/\/v.redd.it\/*"
    ],
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "action": {
        "default_popup": "popup.html",
        "default_title": "__MSG_extName__",
        "default_icon": {
            "19": "icons\/19.png",
            "38": "icons\/38.png"
        }
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "content_scripts": [
        {
            "js": [
                "js\/content.js"
            ],
            "matches": [
                "https:\/\/www.reddit.com\/*"
            ],
            "run_at": "document_idle"
        }
    ],
    "oauth2": {
        "client_id": "628184170891-fnrmnknanl8emgp5qggjc6qbjs66i23s.apps.googleusercontent.com",
        "scopes": [
            "openid",
            "email",
            "profile"
        ]
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAv97CQDWlsoQeh+lK5mVpF3ZZDEWX9oxlk\/vESQSLem+1IogMt3omg7Pk6CLfaL6Z0LEUWhqNypWhk\/xLZOydLi4Bbevg0oA6+BrOBFloKpSPCSFrCSO\/x5kNTlblV+9rUW1HMEkJGb\/qTZ1Z3J+3vs82\/BrnUXmDH0X8SBQlyA+g6glfoSvlUFKrmDgEJPwb3SwvzujuqWEqK6OlBPQ\/d9nlqjaYWcUgoQWZK4dvwSf16U1ys+guhg9cONN8nXThhtVWyw3152wil1raB9fF\/LZTYySjeCaH6+9xUsjYDtLsMpXktN6D\/rrFcFQIEcwe9N06LiJziSiXapEvPuSqTQIDAQAB",
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "version": "1.0.1"
}