video downloader - CocoCut

Best video downloader Chrome extension, this video downloader for Chrome can download video,music free,safe in one click.

video downloader - CocoCutคืออะไร?

video downloader - CocoCut เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://cococut.net และคุณลักษณะหลักของมันคือ "Best video downloader Chrome extension, this video downloader for Chrome can download video,music free,safe in one click."

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย video downloader - CocoCut

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

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

                        Best Video Downloader Chrome extension, download video or audio in Chrome quickly and easily. With this video downloader you can download any videos from thousands of websites.

It's also an HLS streaming downloader. It can detect M3U8 files and download the TS files from them. All HLS streaming will be downloaded and merged into MP4.  

It can download videos of any formats.
It can download audios of any formats.
It allows you to keep the live show you love! You can download the Live broadcasts in your disk now with this video downloader! 

You can preview the video before downloading it. You can see the video size and format before downloading. You can choose the quality in downloading page before downloading. 

You do not need to register an account to use this video downloader. You can download any video or audio without register. This video downloader is for free to use. 

Use this professional video downloader for Chrome browser to get video and audio from websites you like.

It's easy to use. Add this video downloader extension to Chrome browser in one minute. Click on the icon of this extension on the target website, you will begin to download in no time. It's easy, safe and free. You will download video and audio fast and free. Try it. You will like this extension.

Support recording mode: videos that are difficult to download conventionally can be downloaded by recording, which means it can download almost any video from any website.

Please note: some web page need you to start playing the video first to help this video downloader find it.

Add this video downloader to your website browser and it works at once. It can accompany you when you are surfing on the internet and you will not be failed downloading videos from now on. Just one click helps you to keep the video you want. It's easy and it saves your time and energy!                    

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

ชื่อ video downloader - CocoCut video downloader - CocoCut
ID gddbgllpilhpnjpkdbopahnpealaklle
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/video-downloader-cococut/gddbgllpilhpnjpkdbopahnpealaklle
คำอธิบาย Best video downloader Chrome extension, this video downloader for Chrome can download video,music free,safe in one click.
ขนาดไฟล์ 3.29 MB
จำนวนการติดตั้ง 1,248,500
เวอร์ชันปัจจุบัน 3.14
อัปเดตครั้งล่าสุด 2023-11-16
วันที่เผยแพร่ 2020-06-04
คะแนน 4.78/5 รวมทั้งหมด 11147 คะแนน
ผู้พัฒนา https://cococut.net
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://cococut.net
URL หน้าช่วยเหลือ https://cococut.net/feedback.html
ภาษาที่รองรับ de,en,en-GB,en-US,fr,es,it,pt-PT,ru,hi,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "dlm\/background.js",
            ".\/background.js"
        ]
    },
    "browser_action": {
        "default_popup": ".\/popup.html"
    },
    "content_scripts": [
        {
            "js": [
                "assets\/js\/cocoparser.js"
            ],
            "matches": [
                "*:\/\/*.cococut.net\/*hls.html*",
                "*:\/\/cococut.net\/*hls.html*",
                "*:\/\/*.cococut.net\/*hls.vhtml*"
            ],
            "run_at": "document_start"
        },
        {
            "all_frames": true,
            "js": [
                "myContent.js"
            ],
            "matches": [
                "*:\/\/*.cococut.net\/*",
                "*:\/\/cococut.net\/*"
            ],
            "run_at": "document_start"
        },
        {
            "all_frames": true,
            "js": [
                "assets\/js\/pagehelper.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "*:\/\/*.cococut.net\/dlm\/*dlm.html",
                "*:\/\/cococut.net\/dlm\/*dlm.html",
                "*:\/\/pro.cococut.net\/dlm\/*dlm.vhtml"
            ],
            "js": [
                "dlm\/contentman.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.cococut.net\/dlm\/info\/*",
                "*:\/\/cococut.net\/dlm\/info\/*"
            ],
            "all_frames": true,
            "js": [
                "dlm\/contentinfo.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.cococut.net\/dlm\/modify\/*",
                "*:\/\/cococut.net\/dlm\/modify\/*"
            ],
            "all_frames": true,
            "js": [
                "dlm\/contentmodify.js"
            ]
        }
    ],
    "description": "__MSG_extDescription__",
    "icons": {
        "16": "assets\/icons\/16x16.png",
        "32": "assets\/icons\/32x32.png",
        "48": "assets\/icons\/48x48.png",
        "64": "assets\/icons\/64x64.png",
        "128": "assets\/icons\/128x128.png"
    },
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "short_name": "CocoCut",
    "options_page": ".\/options.html",
    "permissions": [
        "tabs",
        "webRequest",
        "webRequestBlocking",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "downloads",
        "storage"
    ],
    "version": "3.14",
    "default_locale": "en",
    "commands": {
        "force-download": {
            "suggested_key": {
                "default": "Alt+Shift+D",
                "windows": "Alt+Shift+D",
                "mac": "Alt+Shift+D"
            },
            "description": "Send a 'force download' command"
        }
    }
}