DEV Community

Cover image for Chrome Extension Developers: Monitor Comments
drmikecrowe
drmikecrowe

Posted on

Chrome Extension Developers: Monitor Comments

If you are a Chrome Extension developer, you've probably felt the frustration of checking your extension every so often in the developer dashboard and find that someone has asked a question or left feedback you needed to address. To that end, I wrote the Chrome Extension Monitor. I wrote this extension to monitor my Media Bias/Fact Check extension.

Unfortunately, there is no way to gather the details from the web store from this extension itself (cors issues with Google API calls). Instead, I had to create a proxy service in Firebase that proxies each request through a serverless function to gather the data.

Check it out and let me know what you think? I'm looking for feedback for improvement.

Top comments (0)