项目作者: arpandaze

项目描述 :
Extension for chromium-based browsers to autofill captchas on NEPSE TMS
高级语言: JavaScript
项目地址: git://github.com/arpandaze/tms-captcha.git
创建时间: 2021-08-29T03:34:41Z
项目社区:https://github.com/arpandaze/tms-captcha

开源协议:

下载



TMS Captcha Solver

Extension for chromium based browsers to solve and autofill captchas on NEPSE TMS sites.



Demo


Installation

  • 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.

Building:

  • 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

Publishing to Firefox Add-ons:

To publish the extension to Firefox Add-ons:

  1. Get your API credentials from AMO’s API Keys page
  2. Set environment variables:
    1. export MOZILLA_JWT_ISSUER="your-jwt-issuer"
    2. export MOZILLA_JWT_SECRET="your-jwt-secret"
  3. Run the publish command:
    1. yarn publish:firefox

The extension will be built, signed, and submitted to Firefox Add-ons for review.