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