Tube Video Downloader

Download video online from any website fast and easily. Tube Video Downloader allows to save video and watch it later

Tube Video Downloaderคืออะไร?

Tube Video Downloader เป็นส่วนขยายของ Chrome ที่พัฒนาโดย cHJ3nPUj และคุณลักษณะหลักของมันคือ "Download video online from any website fast and easily. Tube Video Downloader allows to save video and watch it later"

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

screenshot
screenshot

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

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

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

                        Tube Video Downloader is a handy browser extension that allows you to download videos from popular video sharing websites and social media platforms. It offers a straightforward and user-friendly interface that makes it easy to download videos in just a few clicks.

With Tube Video Downloader, you can easily save videos from websites such as Vimeo, Dailymotion, Twitter, and many others, and watch them offline later without an internet connection. The extension offers multiple video resolutions and formats, so you can choose the one that works best for you.

Lastly, Tube Video Downloader is regularly updated with the latest video downloading technologies, ensuring that you can download videos from the latest websites and social media platforms.

Please note that due to the restrictions of the Google Web Store Policies and Developer Program Policies, Tube Video Downloader does not support downloading videos from YouTube.

Overall, Tube Video Downloader is a must-have tool for anyone who frequently watches videos online and wants to save them for later viewing.                    

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

ชื่อ Tube Video Downloader Tube Video Downloader
ID iognjfgfedhkodkkcjafpinhnbinjpcn
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/tube-video-downloader/iognjfgfedhkodkkcjafpinhnbinjpcn
คำอธิบาย Download video online from any website fast and easily. Tube Video Downloader allows to save video and watch it later
ขนาดไฟล์ 327 KB
จำนวนการติดตั้ง 97,289
เวอร์ชันปัจจุบัน 6.0.2
อัปเดตครั้งล่าสุด 2023-09-30
วันที่เผยแพร่ 2019-02-15
คะแนน 2.77/5 รวมทั้งหมด 334 คะแนน
ผู้พัฒนา cHJ3nPUj
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ de,en,en-GB,en-US,fil,fr,tr,ca,da,et,es,it,fi,cs,el,bg,iw,bn,gu
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "6.0.2",
    "manifest_version": 3,
    "name": "__MSG_name__",
    "short_name": "__MSG_name__",
    "description": "__MSG_desc__",
    "default_locale": "en",
    "action": {
        "default_icon": "img\/logo.png",
        "default_title": "__MSG_title__",
        "default_popup": "\/popup.html"
    },
    "icons": {
        "128": "img\/logo.png"
    },
    "background": {
        "service_worker": "js\/service_worker.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/libs\/jquery-3.2.1.min.js",
                "js\/libs\/tools.js",
                "js\/vp\/abstract.js",
                "js\/vp\/fb.js",
                "js\/vp\/tw.js",
                "js\/vp\/dm.js",
                "js\/vp\/in.js",
                "js\/vp\/xx.js",
                "js\/app.js",
                "js\/content.js"
            ],
            "css": [
                "\/css\/btns.css",
                "\/css\/app.css",
                "\/css\/sidebar.css"
            ]
        }
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "permissions": [
        "storage",
        "downloads",
        "webRequest",
        "declarativeNetRequest",
        "declarativeNetRequestWithHostAccess",
        "scripting"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "\/img\/*"
            ],
            "matches": [
                ""
            ]
        }
    ]
}