Download Plus

Manage your downloads quikly. Fast, Convenient, and Efficient tool for you. Media Detection and Download:Video, audio, images, etc.

Download Plusคืออะไร?

Download Plus เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://downloadplus.chromiums.org และคุณลักษณะหลักของมันคือ "Manage your downloads quikly. Fast, Convenient, and Efficient tool for you. Media Detection and Download:Video, audio, images, etc."

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Manage your downloads quikly. Fast, Convenient, and Efficient tool for you!
Media Resources Detection and Download: Video (mp4, avi, asf, mpg, etc.), audio (mp3, wav, etc.), images, etc.

Caution:
The download of YouTube videos to hard drive is locked because of restrictions of the Chrome Store.
The download of protected videos (RTMP protocol) is currently not possible.

Update logs for Downloads Plus v1.6.8 :
Update manifest file, remove some unnecessary permissions, improve user security and extension speed.

Update logs for Downloads Plus v1.6.5 :
1. sound notification
2. clear all history button
3. media finder(Video, Audio, Images...)
4. language change

Update logs for Downloads Plus v1.6.2 :
1.Add the preview list function
2.Fixed the "opera://downloads" bug.

Update logs for Downloads Plus v1.5.8 :
1.Notifications time control
2.Smaller file, better performance

Update logs for Downloads Plus v1.5.1 :

***
Add Download Start Animation if you turn off the Chrome Downloads Bar.
That's a handy feature,I think you will like it.
***

Update logs for Downloads Plus v1.5.0 :

1.More personalized settings
2.Allow you to turn off other functions,only show the download button
3.You can set how it do when you click the notifications
4.Some other changes

(You can experience these features by turn on the functions in the setting page of the extension)                    

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

ชื่อ Download Plus Download Plus
ID gokgophibdidjjpildcdbfpmcahilaaf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/download-plus/gokgophibdidjjpildcdbfpmcahilaaf
คำอธิบาย Manage your downloads quikly. Fast, Convenient, and Efficient tool for you. Media Detection and Download:Video, audio, images, etc.
ขนาดไฟล์ 123 KB
จำนวนการติดตั้ง 229,410
เวอร์ชันปัจจุบัน 1.6.9
อัปเดตครั้งล่าสุด 2022-05-01
วันที่เผยแพร่ 2020-04-22
คะแนน 4.46/5 รวมทั้งหมด 6488 คะแนน
ผู้พัฒนา https://downloadplus.chromiums.org
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ id,de,en,fr,nl,tr,ca,da,es,hr,it,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,th,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extetion_title__",
    "description": "__MSG_extetion_description__",
    "version": "1.6.9",
    "default_locale": "en",
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/ssl.google-analytics.com; object-src 'self';",
    "permissions": [
        "tabs",
        "downloads",
        "downloads.open",
        "downloads.shelf",
        "notifications",
        "activeTab",
        "chrome:\/\/favicon\/",
        "*:\/\/*\/*",
        "webRequest",
        "",
        "storage",
        "unlimitedStorage",
        "clipboardWrite"
    ],
    "offline_enabled": true,
    "options_page": "options.html",
    "browser_action": {
        "default_icon": {
            "19": "icons\/19_normal.png"
        },
        "default_title": "__MSG_extetion_title__"
    },
    "background": {
        "persistent": true,
        "scripts": [
            "js\/zepto.min.js",
            "js\/common.min.js",
            "js\/main.min.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "css\/animation.min.css"
            ],
            "js": [
                "js\/animation.min.js"
            ],
            "run_at": "document_end"
        }
    ]
}