This is how to get rid of that popup appearing every time you create your own local extension in Chrome. Create a .bat file and name it `DevWarningPatch.bat`. Save this to the desktop. Add the contents below to the bat file. <# :@echo offcopy/b "%~f0" "%temp%\%~n0.ps1" >nulpowershell -ExecutionPolicy bypass -noprofile -file "%temp%\%~n0.ps1" ...
18701 Hits