Recensioni per File System Access
File System Access di sycxyc
Risposta di sycxyc
Replica dello sviluppatore
pubblicato il 10 mesi faYou 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/*"
],
```