background.js aktualisiert
This commit is contained in:
@@ -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) => {
|
||||
|
||||
Reference in New Issue
Block a user