You are viewing extension docs in chrome via the 'file:' scheme: are you expecting to see local changes when you refresh? You'll need run chrome with --allow-file-access-from-files.
paramName
( optional enumerated Type array of paramType )
Undocumented.
Description of this parameter from the json schema.
This parameter was added in version . You must omit this parameter in earlier versions, and you may omit it in any version. If you require this parameter, the manifest key minimum_chrome_version can ensure that your extension won't be run in an earlier browser version.
Parameters

Google Chrome Extensions (Labs)

chrome.experimental.contentSettings.misc

For information on how to use experimental APIs, see the chrome.experimental.* APIs page.

API reference: chrome.experimental.contentSettings.misc

Properties

blockThirdPartyCookies

chrome.experimental.contentSettings.misc.blockThirdPartyCookies
blockThirdPartyCookies
( Preference array of paramType )
Whether third party cookies should be blocked. The value of this preference is of type boolean.
This parameter was added in version . You must omit this parameter in earlier versions, and you may omit it in any version. If you require this parameter, the manifest key minimum_chrome_version can ensure that your extension won't be run in an earlier browser version.

enableReferrers

chrome.experimental.contentSettings.misc.enableReferrers
enableReferrers
( Preference array of paramType )
Whether referrers should be enabled. The value of this preference is of type boolean.
This parameter was added in version . You must omit this parameter in earlier versions, and you may omit it in any version. If you require this parameter, the manifest key minimum_chrome_version can ensure that your extension won't be run in an earlier browser version.

enableHyperlinkAuditing

chrome.experimental.contentSettings.misc.enableHyperlinkAuditing
enableHyperlinkAuditing
( Preference array of paramType )
Whether to enable hyperlink auditing ("<a ping>"). The value of this preference is of type boolean.
This parameter was added in version . You must omit this parameter in earlier versions, and you may omit it in any version. If you require this parameter, the manifest key minimum_chrome_version can ensure that your extension won't be run in an earlier browser version.