Update contentSettings.md

This commit is contained in:
IanStanion-google
2023-06-07 10:23:22 -04:00
committed by GitHub
parent db01d2e26b
commit 6f5c1a699e

View File

@@ -4,7 +4,7 @@ This sample demonstrates using `chrome.contentSettings` to display the settings
## Overview
The extension calls the `chrome.contentSettings` and `chrome.contentSettings` APIs to check the value of each content setting on the user's currently active tab.
The extension calls `chrome.contentSettings.get()` and `chrome.contentSettings.set()` to manage the value of each content setting on the user's currently active tab.
## Running this extension