maxtheaxe / under-new-management-firefox

Detect when your installed Firefox extensions have changed owners.
MIT License
23 stars 1 forks source link

Modify for chrome #3

Open WybeBosch opened 5 months ago

WybeBosch commented 5 months ago

I read this topic https://github.com/classvsoftware/under-new-management/issues/3

And im also feeling a bit uneasy about him sending installed extensions to his own server, while he also owns another extension that benefits from knowing which extensions are installed.

I saw that you created a firefox version, that no longer calls home to his server, https://github.com/maxtheaxe/under-new-management-firefox/blob/f8903c4ff2c60b784ad570d9e587f6f9ccd5e4ce/src/background.ts#L32

Is there a way you could perhaps also release a version that works on chrome that no longer calls home to his server? It seems? that chrome doesnt have the same API like you have setup for firefox, and would need to scrape the webstore ourselves to get extension data?

Is it just the background.ts file that would need to be modified?

maxtheaxe commented 4 months ago

Hey, apologies—I totally missed this. I'll look into it this weekend and get back to you about feasibility.

maxtheaxe commented 4 months ago

Didn't get a chance this weekend. I'll make sure it happens ASAP.