1 Star 0 Fork 135

Song/NewBingGoGo

forked from 简简aw/NewBingGoGo 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
manifest.json 705 Bytes
一键复制 编辑 原始数据 按行查看 历史
简简aw 提交于 2023-04-05 03:26 +08:00 . 升级
{
"name": "NewBingGoGo",
"description": "一个基于微软bingChat接口的浏览器AI对话插件",
"version": "1.1",
"manifest_version": 3,
"permissions": [
"storage",
"cookies",
"declarativeNetRequest",
"declarativeNetRequestWithHostAccess",
"declarativeNetRequestFeedback",
"unlimitedStorage"
],
"optional_permissions": [
],
"host_permissions": [
"http://*/*",
"https://*/*",
"ws://*/*",
"wss://*/*"
],
"icons": {
"128": "img/nasapod128x128.png"
},
"action": {
"default_popup": "popup/popup.html"
},
"declarative_net_request": {
"rule_resources": [
{
"id": "1",
"enabled": true,
"path": "rules.json"
}
]
},
"default_locale": "zh_CN"
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/y1scp/NewBingGoGo.git
git@gitee.com:y1scp/NewBingGoGo.git
y1scp
NewBingGoGo
NewBingGoGo
master

搜索帮助