GithubHelp home page GithubHelp logo

chrome-otp-filler's Introduction

Chrome OTP Filler Extension

A Chrome extension that auto-fills OTP codes.

Initially appeared on

Getting Started

Installing

Clone this repository

git clone https://github.com/kadirgun/chrome-otp-filler.git

Install npm dependencies

pnpm install

Run

pnpm dev

Build

pnpm build

Features

Google Authenticator Import

You can import migration QR codes that you created in Google Authenticator. You can also export your OTP accounts as QR codes for the Google Authenticator app.

Auto-fill

Automatically populates the extension OTP code on web pages that match the URL and CSS selector. It automatically repeats this if the OTP period (e.g. 30 seconds) has elapsed.

URL Patterns

You set for which URL addresses the auto-fill feature of the extension is used. If you want to associate the URL of the page you are on with an OTP account, you can right click on that page and select OTP Filler > Add URL.

Selector Patterns

You set which inputs the auto-fill feature of the extension will be applied to with the CSS selector. If you want to associate the input on a web page with an OTP account, you can right click on the input element and use OTP Filler > Add Selector.

Fill Input

You can fill an input with the OTP code with Context Menu > Fill Input or the keyboard shortcut Ctrl+Q. If the web address you are at matches a URL pattern, the OTP is filled directly. If no matching OTP account is found, a modal will open for you to select an account.

Scan QR Code

You can use Context Menu > Scan QR Code to scan the OTP QR code on a web page. This option creates an image cropping UI and you select the area with the QR code you want to scan. If the QR code you want to scan is an image element, you can use Context Menu > Add to OTP Filler.

Password Protection

You can encrypt the secret keys of OTP accounts with a password. The extension encrypts the secret keys with the raw version of the password you enter and generates an HMAC SHA256 hash with a randomly generated salt key so that the password you entered can be verified later.

chrome-otp-filler's People

Contributors

kadirgun avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.