Retro Video Downloader

Well designed, good looking and perfectly working video downloader from popular websites

Retro Video Downloaderคืออะไร?

Retro Video Downloader เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Teen 9 และคุณลักษณะหลักของมันคือ "Well designed, good looking and perfectly working video downloader from popular websites"

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Retro Video Downloader

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

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

                        There are many ways to enjoy videos on the internet, but downloading them for offline viewing is often the preferred choice. Whether you want to watch a movie on a long plane ride or catch up on your favorite shows while on a road trip, a video downloader can be a great way to get the content you want.

Video downloaders are a type of software that allow users to download video content from websites such as Facebook, Vimeo, and many others. With a video downloader, you can easily save videos to your computer or device so you can watch them whenever you want.

The process of downloading a video is relatively simple. All you have to do is open the video downloader software, paste the link to the video you want to download, and then click the “Download” button. Depending on the size of the video, it can take anywhere from a few seconds to several minutes for the download to complete.

Once the download is complete, you can watch the video on your device. This can be done through the video downloader software or a media player like VLC or Windows Media Player. You can also transfer the video to another device, such as your phone or tablet, to watch it on the go.                    

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

ชื่อ Retro Video Downloader Retro Video Downloader
ID dnbonfnabpogidccioahmeopjhbcojoe
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/retro-video-downloader/dnbonfnabpogidccioahmeopjhbcojoe
คำอธิบาย Well designed, good looking and perfectly working video downloader from popular websites
ขนาดไฟล์ 716 KB
จำนวนการติดตั้ง 2,901
เวอร์ชันปัจจุบัน 0.1.7
อัปเดตครั้งล่าสุด 2023-10-17
วันที่เผยแพร่ 2023-03-23
คะแนน 4.12/5 รวมทั้งหมด 17 คะแนน
ผู้พัฒนา Teen 9
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "description": "__MSG_desc__",
    "default_locale": "en",
    "version": "0.1.7",
    "manifest_version": 3,
    "icons": {
        "16": "favicon.png",
        "32": "logo192.png",
        "48": "logo192.png",
        "128": "logo512.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "constantsRetro.js",
                "helpersRetro.js",
                "contentScriptRetro.js"
            ]
        }
    ],
    "action": {
        "default_title": "__MSG_title__",
        "default_popup": "index.html",
        "default_icon": {
            "16": "favicon.png",
            "32": "logo192.png",
            "48": "logo192.png",
            "128": "logo512.png"
        }
    },
    "permissions": [
        "storage"
    ]
}