NewTab-Redirect icon indicating copy to clipboard operation
NewTab-Redirect copied to clipboard

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

Open Fulgar opened this issue 2 years ago • 1 comments

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 avatar Apr 30 '22 19:04 Fulgar

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.

Fulgar avatar May 08 '22 16:05 Fulgar