Base structure.
Returns the handler for this extension. Will return NULL for internal extensions or if no handler was passed to
Returns the request context that loaded this extension. Will return NULL for internal extensions or if the extension has been unloaded. See the
Returns the extension manifest contents as a cef_dictionary_value_t object. See https://developer.chrome.com/extensions/manifest for details.
Returns true (1) if this extension is currently loaded. Must be called on the browser process UI thread.
Returns true (1) if this object is the same extension as |that| object. Extensions are considered the same if identifier, path and loader context match.
Unload this extension if it is not an internal extension and is currently loaded. Will result in a call to
Object representing an extension. Methods may be called on any thread unless otherwise indicated.
WARNING: This API is deprecated and will be removed in ~M127.