SVD Video Downloader

Smart Video Downloader is an extension that allows you to download videos from most popular video streaming websites. - When the…

SVD Video Downloaderคืออะไร?

SVD Video Downloader เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Adrián Arbizu และคุณลักษณะหลักของมันคือ "Smart Video Downloader is an extension that allows you to download videos from most popular video streaming websites. - When the…"

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

screenshot
screenshot

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

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

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

                        Smart Video Downloader is an extension that allows you to download videos from most popular video streaming websites.

- When the extension detects that a video is being played in a website, icon will change allowing you to notice the download link.
You simply just need to open the extension's popup page and press download.

- You can also preview the video before starting the download.

Share your experience at Chrome Store and rate SMART VIDEO DOWNLOADER (SVD) extension
Extension made by Adrián Arbizu Donoso (Spain). 
Framework used: Angular 12.                    

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

ชื่อ SVD Video Downloader SVD Video Downloader
ID jbialncfijnjojchcmhfmjgjggbbdghb
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/svd-video-downloader/jbialncfijnjojchcmhfmjgjggbbdghb
คำอธิบาย Smart Video Downloader is an extension that allows you to download videos from most popular video streaming websites. - When the…
ขนาดไฟล์ 1.57 MB
จำนวนการติดตั้ง 4,265
เวอร์ชันปัจจุบัน 2.1.0
อัปเดตครั้งล่าสุด 2021-08-09
วันที่เผยแพร่ 2021-07-21
คะแนน 2.71/5 รวมทั้งหมด 7 คะแนน
ผู้พัฒนา Adrián Arbizu
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "manifest_version": 3,
    "name": "SVD Video Downloader",
    "version": "2.1.0",
    "background": {
        "service_worker": "service-worker.js"
    },
    "action": {
        "default_title": "Click to download media",
        "default_popup": "index.html#\/popup"
    },
    "icons": {
        "19": "assets\/icon128.png",
        "38": "assets\/icon128.png",
        "128": "assets\/icon128.png"
    },
    "short_name": "SVD",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "permissions": [
        "tabs",
        "downloads",
        "storage",
        "webRequest"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "js\/content-script.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "js\/v.js",
                "js\/vl.js",
                "js\/p.js"
            ],
            "matches": [
                ""
            ]
        }
    ]
}