No More Duplicates

Avoid downloads of files you already have!

什么是No More Duplicates?

No More Duplicates是由Jakob Sennerby开发的Chrome扩展程序,该扩展的主要功能是“Avoid downloads of files you already have!”。

扩展截图

screenshot

下载No More Duplicates扩展crx文件

下载No More Duplicates扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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!                    

扩展基本信息

名称 No More Duplicates No More Duplicates
ID cjbfhofimhehhnllibmhammbemaboleh
官方URL https://chromewebstore.google.com/detail/no-more-duplicates/cjbfhofimhehhnllibmhammbemaboleh
简介 Avoid downloads of files you already have!
文件大小 12.03 KB
安装次数 10,000
当前版本 1.4
更新时间 2020-03-27
上架时间 2020-03-27
评分 3.85/5 共48次评分
开发者 Jakob Sennerby
电子邮箱 [email protected]
付费类型 free
支持的语言 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"
}