Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 1.54 KB

README.md

File metadata and controls

33 lines (22 loc) · 1.54 KB

chrome-cookie-path

Build NPM Version NPM Downloads Github Repo Size LICENSE Contributors Commit

Find chrome cookies sqlite database path.

Install

npm i chrome-cookie-path

Usage

const ChromeCookiePath = require('chrome-cookie-path');
const path = ChromeCookiePath.get();

Contributing

Interested in contributing to this project? You can log any issues or suggestion related to this library here

Read our contributing guide on getting started with contributing to the codebase