Bewertungen für File System Access
File System Access von sycxyc
Antwort von sycxyc
Antwort des Entwicklers
geschrieben am vor einem JahrYou 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/*"
],
```