No More Duplicates

Avoid downloads of files you already have!

No More Duplicates là gì?

No More Duplicates là một tiện ích mở rộng Chrome được phát triển bởi Jakob Sennerby, và tính năng chính của nó là "Avoid downloads of files you already have!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

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

Tải xuống các tệp mở rộng No More Duplicates 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

                        Sometimes you might forget that you have already downloaded certain files which creates duplicates in your hard drive. This small and lightweight extension helps you to avoid these duplicate downloads and can even save you some bandwidth.

When initiating a download the extension will check if the file already exists. If it does exist, you will be provided with a few options whether you want to download it anyway or open the already existing file.

Simple and elegant!                    

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

Tên No More Duplicates No More Duplicates
ID cjbfhofimhehhnllibmhammbemaboleh
URL Chính Thức https://chromewebstore.google.com/detail/no-more-duplicates/cjbfhofimhehhnllibmhammbemaboleh
Mô tả Avoid downloads of files you already have!
Kích Thước Tệp 12.03 KB
Số Lần Cài Đặt 10,000
Phiên Bản Hiện Tại 1.4
Cập Nhật Lần Cuối 2020-03-27
Ngày Phát Hành 2020-03-27
Đánh Giá 3.85/5 Tổng số 48 Đánh Giá
Nhà Phát Triển Jakob Sennerby
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en,pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "icons": {
        "128": "images\/icon128.png",
        "48": "images\/icon48.png",
        "16": "images\/icon16.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "permissions": [
        "downloads",
        "downloads.open",
        "notifications"
    ],
    "web_accessible_resources": [
        "js\/*",
        "images\/*"
    ],
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "name": "__MSG_extName__",
    "short_name": "__MSG_extShortName__",
    "version": "1.4",
    "description": "__MSG_extDescription__",
    "default_locale": "en"
}