Skip to content

arshadkazmi42/chrome-cookie-path

Repository files navigation

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