wolffc / sslgrade-chrome

Chome Extension to Lookup SSL Quality Rating from ssllabs.com
GNU General Public License v3.0
10 stars 2 forks source link

Migration to Manifest v3 #8

Open C0rn3j opened 1 year ago

C0rn3j commented 1 year ago

Hi, I have forked the application and migrated to Manifest v3, among other changes.

https://github.com/C0rn3j/TLSGrade

If there is interest, you can pull the relevant commits.

EDIT: Also migrated to Firefox and implemented other features.

I do want to say that this extension straight out DOS's ssllabs in certain situations, opening google docs sends 40 network requests for example as the on-change event triggers many times. Not yet fixed in my fork.

wolffc commented 1 year ago

Hi thanks for your work. as have no time to actively maintain the extension I am very happy to merge your changes. If you are interested in becoming the "Maintainer" I am Happy to look into how to transfer the code to your account

C0rn3j commented 1 year ago

If you meant to transfer the entire extension - I'd be interested in maintaining it, as I've been using this extension for many years.

Seems like one can transfer a Chrome web store extension as such - https://stackoverflow.com/a/12643516/8962143

My gmail account handle can be found here.

If that works, you could just archive this repository after I can get a new version pushed through, as I'd be able to link to my repository instead.

Though I am only planning to make a update/release on Firefox after I solve the DOS issues by implementing some sort of a local cache.