Extension for chromium based browsers to solve and autofill captchas on NEPSE TMS sites.
- Download
TMSCaptcha_v*.zip
from releases page. - Go to
chrome://extensions/
in your browser and enable developer mode. - Drag and drop the zip in extensions page.
- Clone the repository!
- Install the dependencies with:
yarn install
- Build Chrome version:
yarn build:chrome
- Build Firefox version:
yarn build:firefox
- Build both versions:
yarn build:all
To publish the extension to Firefox Add-ons:
- Get your API credentials from AMO's API Keys page
- Set environment variables:
export MOZILLA_JWT_ISSUER="your-jwt-issuer" export MOZILLA_JWT_SECRET="your-jwt-secret"
- Run the publish command:
yarn publish:firefox
The extension will be built, signed, and submitted to Firefox Add-ons for review.