No More Duplicates
Avoid downloads of files you already have!
Cos'è No More Duplicates?
No More Duplicates è un'estensione di Chrome sviluppata da Jakob Sennerby, e la sua funzione principale è "Avoid downloads of files you already have!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione No More Duplicates
Scarica i file di estensione No More Duplicates in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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!
Informazioni di Base sull'Estensione
Nome | No More Duplicates |
ID | cjbfhofimhehhnllibmhammbemaboleh |
URL Ufficiale | https://chromewebstore.google.com/detail/no-more-duplicates/cjbfhofimhehhnllibmhammbemaboleh |
Descrizione | Avoid downloads of files you already have! |
Dimensione del File | 12.03 KB |
Conteggio Installazioni | 10,000 |
Versione Corrente | 1.4 |
Ultimo Aggiornamento | 2020-03-27 |
Data di Pubblicazione | 2020-03-27 |
Valutazione | 3.85/5 Totale 48 Valutazioni |
Sviluppatore | Jakob Sennerby |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" } |