Critiques pour File System Access
File System Access par sycxyc
Avis de sycxyc
Réponse du développeur
mis en ligne : il y a un anYou 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/*"
],
```