Skip to content

Commit

Permalink
修正網址列無www時,進入KKTV不會自動引入套件
Browse files Browse the repository at this point in the history
  • Loading branch information
omega87910 committed Jan 5, 2023
1 parent bdf2f6d commit 8017879
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": 3,
"name": "KKTV Hide Watermark",
"description": "Hide KKTV watermark",
"version": "1.0.2",
"version": "1.0.3",
"icons":{
"16": "img/icon16.png",
"128": "img/icon128.png"
Expand All @@ -13,7 +13,7 @@
},
"content_scripts": [
{
"matches": ["https://www.kktv.me/*"],
"matches": ["https://www.kktv.me/*","https://kktv.me/*"],
"run_at": "document_end",
"css": ["content.css"]
}
Expand Down

0 comments on commit 8017879

Please sign in to comment.