Since I was called out by name, I should mention that I no longer work at Google and therefore can't do much to help other than offer abstract advice.
Below is a repost of my (now deleted) reply from an orphaned thread.My guess is that your extension was flagged as malware. "Unlike other enforcement actions, notification is not sent to the publisher's email address when the extension(s) are taken down" (
source).
You can try to appeal the takedown using the
One Stop Support form. You'll want to select "My item (extensions, app, or theme)" > "My item was warned / removed / rejected" > "I did not receive any communication".
In my experience the most common reasons extensions get flagged as "malware" are:
- Collecting more data than necessary.
- While you may think it's innocuous, others may view it as data harvesting
- Remotely loading code in Manifest V3 extensions.
- While this is covered by other policy, a reviewer may consider the workarounds you have to implement to accomplish this to be obfuscated or subversive.
- Implementing functionality that isn't tied to the extension's single purpose and that may degrade the end user's experience.
- For example, injecting affiliate links on web pages to monetize a note taking extension.
Best of luck getting this resolved!