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.global

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

API reference: chrome.experimental.contentSettings.global

Properties

thirdPartyCookiesAllowed

chrome.experimental.contentSettings.global.thirdPartyCookiesAllowed
thirdPartyCookiesAllowed
( ChromeSetting array of paramType )
Whether third party cookies should be allowed. The value of this preference is of type boolean, and the default value is true.
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.

referrersEnabled

chrome.experimental.contentSettings.global.referrersEnabled
referrersEnabled
( ChromeSetting array of paramType )
Whether referrers should be enabled. The value of this preference is of type boolean, and the default value is true.
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.

hyperlinkAuditingEnabled

chrome.experimental.contentSettings.global.hyperlinkAuditingEnabled
hyperlinkAuditingEnabled
( ChromeSetting array of paramType )
Whether to enable hyperlink auditing ("<a ping>"). The value of this preference is of type boolean, and the default value is true.
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.