exthouse
exthouse copied to clipboard
custom login script
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