Merge branch 'master' into patch-3
This commit is contained in:
commit
a29f69520c
Binary file not shown.
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "MeTube Downloader",
|
||||
"description": "Use the context menu to send video into MeTube application",
|
||||
"version": "1.5",
|
||||
"version": "1.6",
|
||||
"manifest_version": 3,
|
||||
"permissions": ["contextMenus", "storage", "tabs"],
|
||||
"background": {
|
||||
|
|
|
|||
|
|
@ -39,7 +39,7 @@ async function saveOptions() {
|
|||
// todo: fix it
|
||||
// also need make function for check string
|
||||
// https://developer.chrome.com/docs/extensions/mv3/match_patterns/
|
||||
if(sites.length <= 1){
|
||||
if(!sites.length){
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue