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