You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
'--disable-component-extensions-with-background-pages',// Disable some built-in extensions that aren't affected by '--disable-extensions'
21
-
'--disable-default-apps',// Disable installation of default apps
22
-
'--disable-features=InterestFeedContentSuggestions',// Disables the Discover feed on NTP
23
-
'--disable-features=Translate',// Disables Chrome translation, both the manual option and the popup prompt when a page with differing language is detected.
24
-
'--hide-scrollbars',// Hide scrollbars from screenshots.
25
-
'--mute-audio',// Mute any audio
26
-
'--no-default-browser-check',// Disable the default browser check, do not prompt to set it as such
27
-
'--no-first-run',// Skip first run wizards
28
-
'--ash-no-nudges',// Avoids blue bubble "user education" nudges (eg., "… give your browser a new look", Memory Saver)
29
-
'--disable-search-engine-choice-screen',// Disable the 2023+ search engine choice screen
30
-
'--disable-features=MediaRoute',// Avoid the startup dialog for `Do you want the application “Chromium.app” to accept incoming network connections?`. Also disables the Chrome Media Router which creates background networking activity to discover cast targets. A superset of disabling DialMediaRouteProvider.
31
-
'--use-mock-keychain',// Use mock keychain on Mac to prevent the blocking permissions dialog about "Chrome wants to use your confidential information stored in your keychain"
32
-
'--disable-background-networking',// Disable various background network services, including extension updating, safe browsing service, upgrade detector, translate, UMA
33
-
'--disable-breakpad',// Disable crashdump collection (reporting is already disabled in Chromium)
34
-
'--disable-component-update',// Don't update the browser 'components' listed at chrome://components/
35
-
'--disable-domain-reliability',// Disables Domain Reliability Monitoring, which tracks whether the browser has difficulty contacting Google-owned sites and uploads reports to Google.
36
-
'--disable-features=AutofillServerCommunicatio',// Disables autofill server communication. This feature isn't disabled via other 'parent' flags.
'--disable-sync',// Disable syncing to a Google account
39
-
'--disable-features=OptimizationHints',// Used for turning on Breakpad crash reporting in a debug environment where crash reporting is typically compiled but disabled. Disable the Chrome Optimization Guide and networking with its service API
40
-
'--disable-features=DialMediaRouteProvider',// A weaker form of disabling the MediaRouter feature. See that flag's details.
'--disable-component-extensions-with-background-pages',// Disable some built-in extensions that aren't affected by '--disable-extensions'
30
+
'--disable-default-apps',// Disable installation of default apps
31
+
'--disable-features=InterestFeedContentSuggestions',// Disables the Discover feed on NTP
32
+
'--disable-features=Translate',// Disables Chrome translation, both the manual option and the popup prompt when a page with differing language is detected.
33
+
'--hide-scrollbars',// Hide scrollbars from screenshots.
34
+
'--mute-audio',// Mute any audio
35
+
'--no-default-browser-check',// Disable the default browser check, do not prompt to set it as such
36
+
'--no-first-run',// Skip first run wizards
37
+
'--ash-no-nudges',// Avoids blue bubble "user education" nudges (eg., "… give your browser a new look", Memory Saver)
38
+
'--disable-search-engine-choice-screen',// Disable the 2023+ search engine choice screen
39
+
'--disable-features=MediaRoute',// Avoid the startup dialog for `Do you want the application “Chromium.app” to accept incoming network connections?`. Also disables the Chrome Media Router which creates background networking activity to discover cast targets. A superset of disabling DialMediaRouteProvider.
40
+
'--use-mock-keychain',// Use mock keychain on Mac to prevent the blocking permissions dialog about "Chrome wants to use your confidential information stored in your keychain"
41
+
'--disable-background-networking',// Disable various background network services, including extension updating, safe browsing service, upgrade detector, translate, UMA
42
+
'--disable-breakpad',// Disable crashdump collection (reporting is already disabled in Chromium)
43
+
'--disable-component-update',// Don't update the browser 'components' listed at chrome://components/
44
+
'--disable-domain-reliability',// Disables Domain Reliability Monitoring, which tracks whether the browser has difficulty contacting Google-owned sites and uploads reports to Google.
45
+
'--disable-features=AutofillServerCommunicatio',// Disables autofill server communication. This feature isn't disabled via other 'parent' flags.
'--disable-sync',// Disable syncing to a Google account
48
+
'--disable-features=OptimizationHints',// Used for turning on Breakpad crash reporting in a debug environment where crash reporting is typically compiled but disabled. Disable the Chrome Optimization Guide and networking with its service API
49
+
'--disable-features=DialMediaRouteProvider',// A weaker form of disabling the MediaRouter feature. See that flag's details.
0 commit comments