Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Detect extension owner change #37

Open
spacedingo opened this issue Mar 9, 2024 · 2 comments
Open

Detect extension owner change #37

spacedingo opened this issue Mar 9, 2024 · 2 comments

Comments

@spacedingo
Copy link

Nice extension by the way.
Would it be possible to detect change of owner, aside from the usual changelogs? Found a chrome extension which does a great function. https://github.com/classvsoftware/under-new-management?tab=readme-ov-file

@Rayquaza01
Copy link
Owner

Yes, this should be possible. The addons details API has an authors field, which returns an array of the extension's authors. We can just save a copy of the authors array and check if it's changed when an update happens.

Example of the authors array from https://addons.mozilla.org/api/v4/addons/addon/changelogger@r01/
Screenshot from 2024-03-09 15-18-00

@spacedingo
Copy link
Author

Knowing whether the owner changed is good from an online security perspective, for the changelogger extension. +1 for safety

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants