Recensioner för File System Access
File System Access av sycxyc
Svar från sycxyc
Utvecklarens svar
postad för 2 år sedanYou 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/*"
],
```