contentSettings property

ChromeContentSettings get contentSettings

Use the chrome.contentSettings API to change settings that control whether websites can use features such as cookies, JavaScript, and plugins. More generally speaking, content settings allow you to customize Chrome's behavior on a per-site basis instead of globally.

Implementation

ChromeContentSettings get contentSettings => _contentSettings;