Skip to content
This repository has been archived by the owner on Jun 17, 2023. It is now read-only.

Commit

Permalink
feat: 实验性功能,避免跳转到cn.bing.com
Browse files Browse the repository at this point in the history
  • Loading branch information
gantrol committed Feb 23, 2023
1 parent 64499d7 commit d9a2203
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion content.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { exportActions, Settings } from "~utils/constants";
import { handleElementVisibility } from "~utils/viewmodel";

export const config: PlasmoCSConfig = {
matches: ["https://www.bing.com/search*"],
matches: ["https://www.bing.com/*"],
all_frames: true
}

Expand Down
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,11 @@
"manifest": {
"name": "__MSG_extensionName__",
"permissions": [
"storage"
"storage",
"declarativeNetRequest"
],
"host_permissions": [
"*://*.bing.com/*"
],
"default_locale": "en"
}
Expand Down

0 comments on commit d9a2203

Please sign in to comment.