#StandWithUkraine

AucT Blog

How to run clean chrome without extensions like the first time

Hi, guys! If you want to test some page without tons of extension your chrome has, or if you want to check if fresh chrome is 10x faster than chrome with your extensions, bookmarks and settings..
You will need just to create shortcut of chrome and change target, by adding this
 --user-data-dir=/dev/null
so the target should look like
"C:\Program Files (x86)\Google\Chrome\Application\chrome.exe" --user-data-dir=/dev/null
Here screenshot:
Clean Crhome, without extensions

It was hard to find this again, that's why I'm saving this here :)

Source: https://developer.chrome.com/devtools/docs/clean-testing-environment

Share on Social Networks:

Twitter Facebook
comments powered by Disqus