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
              
                
                
                  (
                    
optional
                    enumerated
                    
                      
                        Preference
                      
                      
                        
                          array of 
                        
                        paramType
                        
                      
                    
                  )
                
 
              
          
          
            Undocumented.
          
          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
              
                
                
                  (
                    
optional
                    enumerated
                    
                      
                        Preference
                      
                      
                        
                          array of 
                        
                        paramType
                        
                      
                    
                  )
                
 
              
          
          
            Undocumented.
          
          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
              
                
                
                  (
                    
optional
                    enumerated
                    
                      
                        Preference
                      
                      
                        
                          array of 
                        
                        paramType
                        
                      
                    
                  )
                
 
              
          
          
            Undocumented.
          
          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.
          
          
          
            
              
            
          
          
          
            
          
          
          
            
          
          
          
            
          
         
             
            
          
          
            
            Methods
            
            
               
              method name
              void
                  
                  chrome.module.methodName(, 
                      )
              
                Undocumented.
                
                  A description from the json schema def of the function goes here.
                
                
                Parameters
                
                  
                
                
                Returns
                
                  
                
                
                
                  
                  Callback function
                  
                    The callback parameter should specify a function
                    that looks like this:
                  
                  
                    If you specify the callback parameter, it should
                    specify a function that looks like this:
                  
                  
                  function(Type param1, Type param2) {...};
                  
                    
                  
                   
                 
                
                
                  This function was added in version .
                  If you require this function, the manifest key
                  minimum_chrome_version
                  can ensure that your extension won't be run in an earlier browser version.
                
                
               
             
          
          
            
            Events
            
            
              
              event name
              
                
                chrome.bookmarksonEvent.addListener(function(Type param1, Type param2) {...});
              
              
                Undocumented.
                
                  A description from the json schema def of the event goes here.