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