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/*"
],
```