บทวิจารณ์สำหรับ File System Access
File System Access โดย sycxyc
การตอบสนองโดย sycxyc
การตอบกลับของนักพัฒนา
โพสต์เมื่อ 1 ปีที่แล้ว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/*"
],
```