-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed
Description
Add support for custom login script to evaluate extensions requiring authentication (more than 50% of all extensions).
Solution
Puppeteer powers Exthouse and allows us to get an extension page. A custom script could do some extra steps to finish the authentication and extension install.
Possible API
login.js
exports.handler = async (extension, page) => {
// perform steps for login
}
Use the login script:
exthouse my-ext.crx --require=login.js
scottfr
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed