![JSON Schema Diagram of /properties/content_scripts/items[0]/properties/exclude_globs](images/property-exclude_globs.png)
| Array Index | Type | Description |
|---|---|---|
| 1-n | string | glob_pattern |
"exclude_globs": {
"type": "array",
"description": "Applied after matches to exclude URLs that match this glob. Intended to emulate the @exclude Greasemonkey keyword.",
"uniqueItems": true,
"items": {
"$ref": "#/definitions/glob_pattern"
}
}