Clear Downloads

This extension clears and hides the download bar on download completion

Clear Downloads là gì?

Clear Downloads là một tiện ích mở rộng Chrome được phát triển bởi https://www.dicode.nl, và tính năng chính của nó là "This extension clears and hides the download bar on download completion".

Tải xuống tệp CRX của tiện ích mở rộng Clear Downloads

Tải xuống các tệp mở rộng Clear Downloads dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Clears the Downloads list on every download completion to force the download bar to disappear when all downloads are complete.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Clear Downloads Clear Downloads
ID ddagcmmgpaibmjkiobcgggeiblnjnfkm
URL Chính Thức https://chromewebstore.google.com/detail/clear-downloads/ddagcmmgpaibmjkiobcgggeiblnjnfkm
Mô tả This extension clears and hides the download bar on download completion
Kích Thước Tệp 13.34 KB
Số Lần Cài Đặt 737
Phiên Bản Hiện Tại 0.2.1
Cập Nhật Lần Cuối 2015-01-09
Ngày Phát Hành 2015-01-09
Đánh Giá 4.31/5 Tổng số 16 Đánh Giá
Nhà Phát Triển https://www.dicode.nl
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Clear Downloads",
    "short_name": "dicldds",
    "description": "This extension clears and hides the download bar on download completion",
    "version": "0.2.1",
    "author": "dicode VOF",
    "permissions": [
        "downloads",
        "browsingData"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    }
}