My Video Downloader

Easy, quality, fast! Download online video from websites for free. New videos are posted everyday. Breaking News, funny cats and…

My Video Downloaderคืออะไร?

My Video Downloader เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Maroon และคุณลักษณะหลักของมันคือ "Easy, quality, fast! Download online video from websites for free. New videos are posted everyday. Breaking News, funny cats and…"

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

screenshot

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

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

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

                        Easy, quality, fast! Download online video from websites for free. New videos are posted everyday. Breaking News, funny cats and education materials are available for download now. Click the icon and save selected video to a hard disk.

Save any video file to PC in a few seconds. Very simple action is required for downloading. Just choose the video, press the extension button and then follow the instructions.  

Choose the suitable format and download that quality is needed. The convenient algorithm of downloads allows users to select any video formats and quality to successfully download it from the web.                    

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

ชื่อ My Video Downloader My Video Downloader
ID fdgapbbhfnchidhmpjahegjmpnfdldhn
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/my-video-downloader/fdgapbbhfnchidhmpjahegjmpnfdldhn
คำอธิบาย Easy, quality, fast! Download online video from websites for free. New videos are posted everyday. Breaking News, funny cats and…
ขนาดไฟล์ 455 KB
จำนวนการติดตั้ง 394
เวอร์ชันปัจจุบัน 1.0.1
อัปเดตครั้งล่าสุด 2022-10-06
วันที่เผยแพร่ 2021-10-12
คะแนน 3.67/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา Maroon
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://sites.google.com/view/screen-recorder-pro1/home
ภาษาที่รองรับ id,ms,de,en,en-GB,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-BR,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__",
    "desc": "__MSG_desc__",
    "default_locale": "en",
    "version": "1.0.1",
    "manifest_version": 2,
    "browser_action": {
        "default_title": "Clip Video Downloader",
        "default_icon": "images\/off_128.png",
        "default_popup": "html\/popup.html"
    },
    "icons": {
        "128": "images\/on_128.png",
        "64": "images\/on_64.png",
        "32": "images\/on_32.png"
    },
    "background": {
        "page": "html\/background.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "js\/content.js"
            ],
            "all_frames": true,
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "storage",
        "http:\/\/*\/*",
        "https:\/\/*\/ *",
        "activeTab",
        "downloads"
    ],
    "web_accessible_resources": [
        "*"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval';  object-src 'self'"
}