How to hide splash screen with config profile on macOS

Everything about using Adblock Plus on Google Chrome
Post Reply
TitiSem
Posts: 1
Joined: Tue Apr 17, 2018 11:29 am

How to hide splash screen with config profile on macOS

Post by TitiSem »

Hi,

We manage google chrome in our macs in schools labs with a configuration profile like this where the line under ExtensionInstallForcelist installs Adblock. The problem is that at first launch, the splash screen of Adblock Plus appears. And as we reset the library of the student at each session, the splash screen appears each time.

Is it a way to avoid this ?

Thanks in advance

Christian

-------------------------------------------------------------------
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>PayloadContent</key>
<array>
<dict>
<key>PayloadContent</key>
<dict>
<key>com.google.Chrome</key>
<dict>
<key>Forced</key>
<array>
<dict>
<key>mcx_preference_settings</key>
<dict>
<key>DefaultBrowserSettingEnabled</key>
<false/>
<key>ShowHomeButton</key>
<true/>
<key>DefaultNotificationsSetting</key>
<integer>2</integer>
<key>HideWebStorePromo</key>
<true/>
<key>DeviceAutoUpdateDisabled</key>
<true/>
<key>SyncDisabled</key>
<true/>
<key>WelcomePageOnOSUpgradeEnabled</key>
<false/>
<key>MetricsReportingEnabled</key>
<false/>
<key>ExtensionInstallForcelist</key>
<array>
<string>cfhdojbkjhnklbpkdaibdccddilifddb;https://clients2.google.com/service/update2/crx</string>
</array>

</dict>
</dict>
</array>
</dict>
</dict>
<key>PayloadDisplayName</key>
<string>Chrome Defaults</string>
<key>PayloadEnabled</key>
<true/>
<key>PayloadIdentifier</key>
<string>com.apple.ManagedClient.preferences.41E03AA0-E8D7-4F39-867B-49DE0B9F4674</string>
<key>PayloadType</key>
<string>com.apple.ManagedClient.preferences</string>
<key>PayloadUUID</key>
<string>41E03AA0-E8D7-4F39-867B-49DE0B9F4674</string>
<key>PayloadVersion</key>
<integer>1</integer>
</dict>
</array>
<key>PayloadDisplayName</key>
<string>Google Chrome - First run</string>
<key>PayloadIdentifier</key>
<string>org.profile.chrome</string>
<key>PayloadOrganization</key>
<string>Sem Logistique</string>
<key>PayloadRemovalDisallowed</key>
<true/>
<key>PayloadScope</key>
<string>System</string>
<key>PayloadType</key>
<string>Configuration</string>
<key>PayloadUUID</key>
<string>D9A7B5E6-45A8-46A6-8E34-A37C0B4CA5A3</string>
<key>PayloadVersion</key>
<integer>1</integer>
</dict>
</plist>
Post Reply