File System Access 的评价
File System Access 作者: sycxyc
sycxyc 的回应
开发者回应
发布于 1 年前You could exclude specific sites by adding the following section through Options Page > Content Script > Match patterns:
```
"excludeMatches": [
"*://www.example.com/*",
"*://www.example.org/*"
],
```
```
"excludeMatches": [
"*://www.example.com/*",
"*://www.example.org/*"
],
```