uninstall

suspend fun uninstall(args: Extensions.UninstallParameter, mode: CommandMode = CommandMode.DEFAULT)

Uninstalls an unpacked extension (others not supported) from the profile. Available if the client is connected using the --remote-debugging-pipe flag and the --enable-unsafe-extension-debugging.


suspend fun uninstall(id: String)

Uninstalls an unpacked extension (others not supported) from the profile. Available if the client is connected using the --remote-debugging-pipe flag and the --enable-unsafe-extension-debugging.

Parameters

id

Extension id.