File System Access incelemeleri
File System Access geliştiren: sycxyc
sycxyc adlı kullanıcının yanıtı
Geliştiricinin yanıtı
gönderilme: bir yıl önceYou 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/*"
],
```