Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"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"
]
}