No More Duplicates
Avoid downloads of files you already have!
Qu'est-ce que No More Duplicates ?
No More Duplicates est une extension Chrome développée par Jakob Sennerby, et sa fonction principale est "Avoid downloads of files you already have!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension No More Duplicates
Téléchargez les fichiers d'extension No More Duplicates au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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!
Informations de Base sur l'Extension
Nom | No More Duplicates |
ID | cjbfhofimhehhnllibmhammbemaboleh |
URL Officiel | https://chromewebstore.google.com/detail/no-more-duplicates/cjbfhofimhehhnllibmhammbemaboleh |
Description | Avoid downloads of files you already have! |
Taille du Fichier | 12.03 KB |
Nombre d'Installations | 10,000 |
Version Actuelle | 1.4 |
Dernière Mise à Jour | 2020-03-27 |
Date de Publication | 2020-03-27 |
Évaluation | 3.85/5 Total 48 Évaluations |
Développeur | Jakob Sennerby |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" } |