Video Downloader by Detector Video

Video downloader by Detector Video is useful chrome extension to download every videos from each websites you want.

Video Downloader by Detector Videoคืออะไร?

Video Downloader by Detector Video เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Detector Video และคุณลักษณะหลักของมันคือ "Video downloader by Detector Video is useful chrome extension to download every videos from each websites you want."

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

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Video downloader by Detector Video is a Chrome extension for downloading any video from any website you want (with possible restrictions by the website’s privacy and copyright policies.)

Save videos from websites and watch them offline!

Video Downloader is an easy-to-use tool for downloading videos from various websites and saving them for offline use. Using Video Downloader by Detector Video is easy as 1-2-3:

1. Install the Video Downloader extension and open a web page with a video.
2. Click the Video Downloader extension icon and press "Start".
3. In the Video Downloader pop-up window, select the video you want to download – and it will be saved to your device in the best quality available. Then, press "Stop" if you don't want to download anything else.

Thanks to Video Downloader, you can save all of your favorite videos and watch them later: When your device goes offline during a commute, long-haul flight, or internet outage, you’ll still have access to your downloaded videos!                    

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

ชื่อ Video Downloader by Detector Video Video Downloader by Detector Video
ID hgeabencpfhkoaijgellblgcopcnmfcp
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/video-downloader-by-detec/hgeabencpfhkoaijgellblgcopcnmfcp
คำอธิบาย Video downloader by Detector Video is useful chrome extension to download every videos from each websites you want.
ขนาดไฟล์ 293 KB
จำนวนการติดตั้ง 33,761
เวอร์ชันปัจจุบัน 1.0.16
อัปเดตครั้งล่าสุด 2023-01-05
วันที่เผยแพร่ 2022-12-21
คะแนน 3.57/5 รวมทั้งหมด 21 คะแนน
ผู้พัฒนา Detector Video
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://detector.video/
URL หน้าช่วยเหลือ https://detector.video/contact
URL หน้านโยบายความเป็นส่วนตัว https://detector.video/privacy-policy
ภาษาที่รองรับ ms,de,en,en-GB,en-US,fr,tr,et,es,pl,pt-BR,sk,sl,fi,cs,bg,ru,hi,bn,ar,zh-CN,ja
manifest.json
{
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "default_locale": "en",
    "version": "1.0.16",
    "manifest_version": 3,
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "service_worker": "js\/service_worker.js"
    },
    "icons": {
        "16": "images\/icons\/16x16.png",
        "48": "images\/icons\/48x48.png",
        "128": "images\/icons\/128x128.png",
        "256": "images\/icons\/256x256.png"
    },
    "action": {
        "default_icon": {
            "19": "images\/icons\/default_inactive_19x19.png",
            "38": "images\/icons\/default_inactive_38x38.png"
        },
        "default_title": "Detector Video",
        "default_popup": "html\/popup.html"
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/detector.video\/*download*"
        ]
    },
    "permissions": [
        "tabs",
        "storage",
        "webRequest",
        "background",
        "webNavigation"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx"
}