Κριτικές για το File System Access
File System Access από sycxyc
Απάντηση από sycxyc
Απάντηση προγραμματιστή
δημοσιεύτηκε στις 2 χρόνια πρινYou 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/*"
],
```