Detect when your extensions have changed owners
Intermittenty checks your installed extensions to see if the developer information listed on AMO (addons.mozilla.org) has changed. If anything is different, the extension icon will display a red badge, alerting you to the change.
Created by Matt Frisbie, modified for Firefox by Max Perrello
Media:
Extension developers are constantly getting offers to buy their extensions. In nearly every case, the people buying these extensions want to rip off the existing users.
The users of these extensions have no idea an installed extension has changed hands, and may now be compromised.
Under New Management gives users notice of the change of ownership, giving them a chance to make an informed decision about the software they're using.
Install here: https://addons.mozilla.org/en-US/firefox/addon/under-new-management/
OR
Download a prebuilt release, unpack the .zip file, and load the dist
directory into Firefox.
Under New Management uses Parcel, React, Typescript, and TailwindCSS
npm install
to install dependencies
npm run start
to run locally
npm run build
to build a release
It doesn't. It queries AMO directly and your data never goes anywhere else.