jimschubert / NewTab-Redirect

NewTab Redirect! is an extension for Google Chrome which allows the user to replace the page displayed when creating a new tab.
MIT License
484 stars 89 forks source link

Default Chrome Apps are no longer showing up on NTR Apps Page #207

Open Fulgar opened 2 years ago

Fulgar commented 2 years ago

For the past week I am only able to see the apps that I myself installed on Chrome. "Apps" like Youtube, Gmail, Drive, etc., are all missing.

Fulgar commented 2 years ago

Ok I found what is causing this.

In chome://flags, I disabled the following flags, and I am now able to see all of the Google Apps (I guess YouTube is considered a non-G Suite app, according to the flags):

chrome://flags/#enable-migrate-default-chrome-app-to-web-apps-non-gsuite chrome://flags/#enable-migrate-default-chrome-app-to-web-apps-gsuite

It looks like Google is making it so that these apps are no longer in Chrome Web Store and won't be returned by chrome.management.getAll() without disabling those flags, which of course is only temporary until the flag is eventually removed.