Beoordelingen voor File System Access
File System Access door sycxyc
Antwoord van sycxyc
Antwoord van ontwikkelaar
één jaar geleden geplaatstYou 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/*"
],
```