Downloads Overwrite Already Existing Files

All downloads overwrite existing files instead of adding ' (1)', ' (2)', etc. Includes fix to remember folders.

Downloads Overwrite Already Existing Files क्या है?

Downloads Overwrite Already Existing Files https://zach-adams.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "All downloads overwrite existing files instead of adding ' (1)', ' (2)', etc. Includes fix to remember folders."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Downloads Overwrite Already Existing Files एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        - Very similar to the original "Downloads Overwrite Existing Files". This one includes a bug fix so it will remember your previous download folder, rather than default back to your default download folder.
- Microsoft Edge Addon: https://microsoftedge.microsoft.com/addons/detail/dfnblaebmpjlokbkadgeaghajajidojj
- See source code here: https://github.com/zach-adams/downloads-overwrite-already-existing-files
- I am not responsible for lost/overwritten data. This does not compare the contents of files or the file modification time before overwriting, it only compares filenames.                    

एक्सटेंशन की मूल जानकारी

नाम Downloads Overwrite Already Existing Files Downloads Overwrite Already Existing Files
ID lddjgfpjnifpeondafidennlcfagekbp
आधिकारिक URL https://chromewebstore.google.com/detail/downloads-overwrite-alrea/lddjgfpjnifpeondafidennlcfagekbp
विवरण All downloads overwrite existing files instead of adding ' (1)', ' (2)', etc. Includes fix to remember folders.
फ़ाइल का आकार 7.86 KB
स्थापना संख्या 23,643
वर्तमान संस्करण 1.0.0
अंतिम अपडेट 2021-10-08
प्रकाशन तिथि 2020-04-28
रेटिंग 4.95/5 कुल 37 रेटिंग्स
डेवलपर https://zach-adams.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/zach-adams/downloads-overwrite-already-existing-files
सहायता पृष्ठ URL https://github.com/zach-adams/downloads-overwrite-already-existing-files/issues
गोपनीयता नीति पृष्ठ URL https://zach-adams.com/privacy-policy/chrome-extensions.txt
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Downloads Overwrite Already Existing Files",
    "short_name": "Downloads Overwrite Existing Files",
    "description": "All downloads overwrite existing files instead of adding ' (1)', ' (2)', etc. Includes fix to remember folders.",
    "version": "1.0.0",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "homepage_url": "https:\/\/github.com\/zach-adams\/downloads-overwrite-already-existing-files",
    "background": {
        "service_worker": "bg.js"
    },
    "permissions": [
        "downloads"
    ]
}