background.js aktualisiert

This commit is contained in:
2025-12-21 15:18:10 +00:00
parent fe3b313549
commit 8e640efa37

View File

@@ -1,6 +1,3 @@
// background.js
// Service worker / background script: startet chrome.downloads.download und sendet Fortschritte an die Content-Tab.
const downloadsMap = new Map(); // downloadId -> { tabId, filename }
chrome.runtime.onMessage.addListener((msg, sender, sendResponse) => {