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'
28
-
'--disable-default-apps',// Disable installation of default apps
29
-
'--disable-features=InterestFeedContentSuggestions',// Disables the Discover feed on NTP
30
-
'--disable-features=Translate',// Disables Chrome translation, both the manual option and the popup prompt when a page with differing language is detected.
31
-
'--hide-scrollbars',// Hide scrollbars from screenshots.
32
-
'--mute-audio',// Mute any audio
33
-
'--no-default-browser-check',// Disable the default browser check, do not prompt to set it as such
34
-
'--no-first-run',// Skip first run wizards
35
-
'--ash-no-nudges',// Avoids blue bubble "user education" nudges (eg., "… give your browser a new look", Memory Saver)
36
-
'--disable-search-engine-choice-screen',// Disable the 2023+ search engine choice screen
37
-
'--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.
38
-
'--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"
39
-
'--disable-background-networking',// Disable various background network services, including extension updating, safe browsing service, upgrade detector, translate, UMA
40
-
'--disable-breakpad',// Disable crashdump collection (reporting is already disabled in Chromium)
41
-
'--disable-component-update',// Don't update the browser 'components' listed at chrome://components/
42
-
'--disable-domain-reliability',// Disables Domain Reliability Monitoring, which tracks whether the browser has difficulty contacting Google-owned sites and uploads reports to Google.
43
-
'--disable-features=AutofillServerCommunicatio',// Disables autofill server communication. This feature isn't disabled via other 'parent' flags.
'--disable-sync',// Disable syncing to a Google account
46
-
'--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
47
-
'--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'
24
+
'--disable-default-apps',// Disable installation of default apps
25
+
'--disable-features=InterestFeedContentSuggestions',// Disables the Discover feed on NTP
26
+
'--disable-features=Translate',// Disables Chrome translation, both the manual option and the popup prompt when a page with differing language is detected.
27
+
'--hide-scrollbars',// Hide scrollbars from screenshots.
28
+
'--mute-audio',// Mute any audio
29
+
'--no-default-browser-check',// Disable the default browser check, do not prompt to set it as such
30
+
'--no-first-run',// Skip first run wizards
31
+
'--ash-no-nudges',// Avoids blue bubble "user education" nudges (eg., "… give your browser a new look", Memory Saver)
32
+
'--disable-search-engine-choice-screen',// Disable the 2023+ search engine choice screen
33
+
'--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.
34
+
'--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"
35
+
'--disable-background-networking',// Disable various background network services, including extension updating, safe browsing service, upgrade detector, translate, UMA
36
+
'--disable-breakpad',// Disable crashdump collection (reporting is already disabled in Chromium)
37
+
'--disable-component-update',// Don't update the browser 'components' listed at chrome://components/
38
+
'--disable-domain-reliability',// Disables Domain Reliability Monitoring, which tracks whether the browser has difficulty contacting Google-owned sites and uploads reports to Google.
39
+
'--disable-features=AutofillServerCommunicatio',// Disables autofill server communication. This feature isn't disabled via other 'parent' flags.
'--disable-sync',// Disable syncing to a Google account
42
+
'--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
43
+
'--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'
29
-
'--disable-default-apps',// Disable installation of default apps
30
-
'--disable-features=InterestFeedContentSuggestions',// Disables the Discover feed on NTP
31
-
'--disable-features=Translate',// Disables Chrome translation, both the manual option and the popup prompt when a page with differing language is detected.
32
-
'--hide-scrollbars',// Hide scrollbars from screenshots.
33
-
'--mute-audio',// Mute any audio
34
-
'--no-default-browser-check',// Disable the default browser check, do not prompt to set it as such
35
-
'--no-first-run',// Skip first run wizards
36
-
'--ash-no-nudges',// Avoids blue bubble "user education" nudges (eg., "… give your browser a new look", Memory Saver)
37
-
'--disable-search-engine-choice-screen',// Disable the 2023+ search engine choice screen
38
-
'--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.
39
-
'--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"
40
-
'--disable-background-networking',// Disable various background network services, including extension updating, safe browsing service, upgrade detector, translate, UMA
41
-
'--disable-breakpad',// Disable crashdump collection (reporting is already disabled in Chromium)
42
-
'--disable-component-update',// Don't update the browser 'components' listed at chrome://components/
43
-
'--disable-domain-reliability',// Disables Domain Reliability Monitoring, which tracks whether the browser has difficulty contacting Google-owned sites and uploads reports to Google.
44
-
'--disable-features=AutofillServerCommunicatio',// Disables autofill server communication. This feature isn't disabled via other 'parent' flags.
'--disable-sync',// Disable syncing to a Google account
47
-
'--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
48
-
'--disable-features=DialMediaRouteProvider',// A weaker form of disabling the MediaRouter feature. See that flag's details.
0 commit comments