Lucky Downloader

one-click download video and image from any website, such as facebook instagram tiktok twitter pinterest linkedin weibo viemo tumblr

Lucky Downloaderคืออะไร?

Lucky Downloader เป็นส่วนขยายของ Chrome ที่พัฒนาโดย tinysoft.online และคุณลักษณะหลักของมันคือ "one-click download video and image from any website, such as facebook instagram tiktok twitter pinterest linkedin weibo viemo tumblr"

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

screenshot
screenshot
screenshot

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

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

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

                        Lucky Downloader is an innovative image and Video Downloader, which greatly improves the convenience of image and video download.

Usage: click extension's icon on the page, and the program will automatically find the video being played on the page, or find the largest picture on the screen display area for download. If the video cannot be downloaded directly, the program also provides a way to save the video by recording.

You can also use the shortcut keys Ctrl + s or command + s for one click download

Default picker for pictures or videos:
1. Find the video playing on the page
2. Find the video or picture with the largest display area on the page
3. Find a video that is not in the display area and is not played

You can also customize the picker through the options page to download specific resources or files

For some reason, this extension cannot be downloaded from YouTube. And the extension is under continuous development. If you find a bug, please forgive me and inform me. I would appreciate it very much.                    

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

ชื่อ Lucky Downloader Lucky Downloader
ID imhapccmnelmiedljhnbncokemegngca
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/lucky-downloader/imhapccmnelmiedljhnbncokemegngca
คำอธิบาย one-click download video and image from any website, such as facebook instagram tiktok twitter pinterest linkedin weibo viemo tumblr
ขนาดไฟล์ 138 KB
จำนวนการติดตั้ง 484
เวอร์ชันปัจจุบัน 1.0.1
อัปเดตครั้งล่าสุด 2021-10-22
วันที่เผยแพร่ 2021-06-28
คะแนน 4.50/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา tinysoft.online
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "one-click download video and image from any website, such as facebook instagram tiktok twitter pinterest linkedin weibo viemo tumblr",
    "version": "1.0.1",
    "manifest_version": 3,
    "name": "Lucky Downloader",
    "default_locale": "en",
    "background": {
        "service_worker": "background.bundle.js"
    },
    "options_page": "options.html",
    "action": {
        "default_icon": "logo.png"
    },
    "commands": {
        "download": {
            "suggested_key": {
                "default": "Ctrl + S",
                "mac": "Command + S"
            },
            "description": "download"
        }
    },
    "icons": {
        "128": "logo.png"
    },
    "permissions": [
        "downloads",
        "activeTab",
        "scripting",
        "storage"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "logo.png"
            ],
            "matches": []
        },
        {
            "resources": [
                "contentScript.bundle.js",
                "bulma.prefixed.min.css",
                "main.css"
            ],
            "matches": [
                ""
            ]
        },
        {
            "resources": [
                "rule.json"
            ],
            "matches": [
                ""
            ]
        }
    ]
}