File System Access కోసం సమీక్షలు
File System Access ద్వారా sycxyc
sycxyc ప్రతిస్పందన
డెవలపర్ స్పందన
posted ఒక సంవత్సరం క్రితం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/*"
],
```