Comment by SoberPingu
7 months ago
If you're on Windows, run in admin PowerShell:
$path ="registry::HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Google\Chrome"
New-Item $path -Force
Set-ItemProperty $path -Name ExtensionManifestV2Availability -Value 2
7 months ago
If you're on Windows, run in admin PowerShell:
$path ="registry::HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Google\Chrome"
New-Item $path -Force
Set-ItemProperty $path -Name ExtensionManifestV2Availability -Value 2
No comments yet
Contribute on Hacker News ↗