Reddit Video Downloader - Save with sound🔊
It's a utility allows saving videos with sound from reddit, supports format conversion(mp4, webm, gif, flv) and basic video editing
Reddit Video Downloader - Save with sound🔊คืออะไร?
Reddit Video Downloader - Save with sound🔊 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://hypercavs.com และคุณลักษณะหลักของมันคือ "It's a utility allows saving videos with sound from reddit, supports format conversion(mp4, webm, gif, flv) and basic video editing"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Reddit Video Downloader - Save with sound🔊
ดาวน์โหลดไฟล์ส่วนขยาย Reddit Video Downloader - Save with sound🔊 ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
▬▬▬▬▬▬ Features ▬▬▬▬▬▬ - Easy to download videos with sound from reddit. - Quality selection before download. - Basic video edits: Video cut & crop, format converts(mp4, webm, gif, flv). ▬▬▬▬▬▬ Get started ▬▬▬▬▬▬ 1. Install the extension, visit any page of reddit that contains a video. 2. A button in violet color will be shown on top left of the video player. 3. Click the violet button to open a new tab. 4. Select video quality and download in the new tab. ▬▬▬▬▬▬ Notice ▬▬▬▬▬▬ Not all of the videos from reddit are supported, e.g. it doesn't work for iframe and live stream. It is a paid app and you can download 5 video per day for free. ▬▬▬▬▬▬ Terms of use ▬▬▬▬▬▬ https://hypercavs.com/reddit-video-downloader/terms-of-use.html ▬▬▬▬▬▬ Support ▬▬▬▬▬▬ [email protected]
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Reddit Video Downloader - Save with sound🔊 |
ID | nbabamikglnliloeakhndnllhenmdkkh |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/reddit-video-downloader-s/nbabamikglnliloeakhndnllhenmdkkh |
คำอธิบาย | It's a utility allows saving videos with sound from reddit, supports format conversion(mp4, webm, gif, flv) and basic video editing |
ขนาดไฟล์ | 4.01 MB |
จำนวนการติดตั้ง | 3,762 |
เวอร์ชันปัจจุบัน | 1.3.8 |
อัปเดตครั้งล่าสุด | 2022-04-09 |
วันที่เผยแพร่ | 2020-09-07 |
คะแนน | 1.69/5 รวมทั้งหมด 32 คะแนน |
ผู้พัฒนา | https://hypercavs.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | in_app |
เว็บไซต์ส่วนขยาย | https://hypercavs.com/reddit-video-downloader/ |
URL หน้านโยบายความเป็นส่วนตัว | http://www.hypercavs.com/shopify-shark/privacy-policy.html |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Reddit Video Downloader - Save with sound\ud83d\udd0a", "description": "It's a utility allows saving videos with sound from reddit, supports format conversion(mp4, webm, gif, flv) and basic video editing", "version": "1.3.8", "manifest_version": 2, "icons": { "48": "icons\/logo-48x48.png", "64": "icons\/logo-64x64.png", "128": "icons\/logo-128x128.png" }, "browser_action": { "default_title": "reddit-video-downloader", "default_popup": "popup\/popup.html" }, "content_scripts": [ { "matches": [ "https:\/\/www.reddit.com\/*" ], "js": [ "content.js" ], "css": [ "inject.css" ], "run_at": "document_start" } ], "background": { "scripts": [ "background\/background.js" ] }, "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAoAq+IKyhUuh7yHYUD6fUU+rKzKNPtLxBe\/qu2O5hcBqYLfq1NBH9DhXU0B+n43VvlrsZ640J\/ZSiitvBYEwRwgec9sxZl46EBTZ8JvvHEl+SvLkE1zJFGIY+jc\/2K0GWF5h30x+YUUk+Hnbf9c69r\/YBUdUsiui\/u5Z3ZkM8uuoNfY++RCBsnm0xQcjPZB28uSAyC0kLwtIw82xqgsmPc8uPR8t1FLR2NNpQOLVOFbS8GvkX9MHK2BFrZTZsjpvfhk11hETvXWySj0F26Y7xpcPDQDzBrmmoYYP7JVAnlt5X9LzeU1ZUPzHtIW4dBdeNQgNq7Ki4tn9lTW2nApLhQwIDAQAB", "oauth2": { "client_id": "11589656350-5u5r4kv2of0tftbqid8quhjt0nunhr8e.apps.googleusercontent.com", "scopes": [ "https:\/\/www.googleapis.com\/auth\/userinfo.email" ] }, "permissions": [ "storage", "downloads", "identity", "https:\/\/v.redd.it\/", "https:\/\/hypercavs.com\/" ] } |