Atomic Video Downloader

All in one privacy focused, lightweight and ultra fast video downloader

Atomic Video Downloaderคืออะไร?

Atomic Video Downloader เป็นส่วนขยายของ Chrome ที่พัฒนาโดย atomicvideo และคุณลักษณะหลักของมันคือ "All in one privacy focused, lightweight and ultra fast video downloader"

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Atomic Video Downloader - Now you can download & save videos from popular websites fast and easy!

Just click and save to download online videos from your favorite websites using the Atomic Video Downloader.

Whether you need to save videos offline for school, work, or personal use, our simple video downloader makes it a breeze.

Forget other bulky extensions that slow down your browser, are difficult to use, or risk your privacy. Just click the icon in your chrome browser, select the video, and download in seconds. Works on PC, Mac, and any system that supports Chrome. 

Download and save multiple online video formats such as FLV, MP4, MOV, WEBM, and more from the most popular video websites.

Try it and download videos free. If you're a power user we offer affordable options for anyone to download unlimited videos with no limits!

If you experience issues, or our extension is unable to download a video, report issues to support[at]atomicvideo.io and we'll do our best to help. Please send us your issues rather than leaving a negative review.

Policy disclaimer:

- Due to restrictions of the Chrome store, downloading YouTube videos is not allowed and restricted, unfortunately, this applies to any extension including ours.                    

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

ชื่อ Atomic Video Downloader Atomic Video Downloader
ID agipnmmjnjcfgkhmlgifikmibgngblop
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/atomic-video-downloader/agipnmmjnjcfgkhmlgifikmibgngblop
คำอธิบาย All in one privacy focused, lightweight and ultra fast video downloader
ขนาดไฟล์ 183 KB
จำนวนการติดตั้ง 54,593
เวอร์ชันปัจจุบัน 1.1.43
อัปเดตครั้งล่าสุด 2023-02-18
วันที่เผยแพร่ 2020-07-01
คะแนน 4.31/5 รวมทั้งหมด 728 คะแนน
ผู้พัฒนา atomicvideo
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://atomicvideo.io
URL หน้าช่วยเหลือ https://atomicvideo.io/contact/
URL หน้านโยบายความเป็นส่วนตัว https://atomicvideo.io/privacy
ภาษาที่รองรับ de,en,fr,es,it
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Atomic Video Downloader",
    "version": "1.1.43",
    "description": "All in one privacy focused, lightweight and ultra fast video downloader",
    "icons": {
        "16": "16x16.png",
        "48": "48x48.png",
        "128": "128x128.png"
    },
    "action": {
        "default_title": "AtomicVideo",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "match_origin_as_fallback": true,
            "all_frames": true,
            "js": [
                "ponyfill.js",
                "stack.min.js",
                "in-content.js"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; connect-src http:\/\/localhost:3597 http:\/\/* https:\/\/* data: blob: filesystem:; object-src 'self'; img-src * data: 'self' 'self'"
    },
    "offline_enabled": true,
    "host_permissions": [
        "*:\/\/atomicvideo.io\/*",
        ""
    ],
    "permissions": [
        "activeTab",
        "downloads",
        "storage",
        "cookies",
        "scripting"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/atomicvideo.io\/*"
        ]
    },
    "default_locale": "en"
}