添加企业微信获取群聊黑名单插件功能

This commit is contained in:
tmn
2025-11-28 13:56:51 +08:00
commit acaed399e1
4 changed files with 352 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
{
"manifest_version": 3,
"name": "企业微信数据获取",
"version": "3.1.1",
"permissions": [
"activeTab",
"scripting"
],
"host_permissions": [
"https://work.weixin.qq.com/*"
],
"action": {
"default_popup": "popup.html"
}
}