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/*"
],
```