Cleaned up context menu and made download button in popup work

This commit is contained in:
Leonetienne
2021-03-13 18:24:26 +01:00
parent 402ff761d4
commit c10a3f40f2
6 changed files with 113 additions and 37 deletions

View File

@@ -17,6 +17,8 @@
"background",
"contextMenus",
"webRequest",
"windows",
"tabs",
"storage",
"*://*/*"
],
@@ -24,22 +26,8 @@
"background": {
"scripts": [
"lib/axios.js",
"queueDownload.js",
"background.js"
]
},
"content_scripts": [
{
"run_at": "document_end",
"js": [
"lib/jquery-3.5.1.min.js",
"lib/axios.js"
],
"css": [
],
"matches": [
"*://*/*"
]
}
]
}
}