No More Duplicates
Avoid downloads of files you already have!
No More Duplicates क्या है?
No More Duplicates Jakob Sennerby द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Avoid downloads of files you already have!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में No More Duplicates एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 |
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" } |