Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/arshadkazmi42/chrome-cookie-path

Find chrome cookies sqlite database path.
https://github.com/arshadkazmi42/chrome-cookie-path

browser chrome chrome-cookie-path cookie-store cookies cross-platform sqlite

Last synced: 11 days ago
JSON representation

Find chrome cookies sqlite database path.

Awesome Lists containing this project

README

        

# chrome-cookie-path

[![Build](https://github.com/arshadkazmi42/chrome-cookie-path/actions/workflows/nodejs.yml/badge.svg)](https://github.com/arshadkazmi42/chrome-cookie-path/actions/workflows/nodejs.yml)
[![NPM Version](https://img.shields.io/npm/v/chrome-cookie-path.svg)](https://www.npmjs.com/package/chrome-cookie-path)
[![NPM Downloads](https://img.shields.io/npm/dt/chrome-cookie-path.svg)](https://www.npmjs.com/package/chrome-cookie-path)
[![Github Repo Size](https://img.shields.io/github/repo-size/arshadkazmi42/chrome-cookie-path.svg)](https://github.com/arshadkazmi42/chrome-cookie-path)
[![LICENSE](https://img.shields.io/npm/l/chrome-cookie-path.svg)](https://github.com/arshadkazmi42/chrome-cookie-path/blob/master/LICENSE)
[![Contributors](https://img.shields.io/github/contributors/arshadkazmi42/chrome-cookie-path.svg)](https://github.com/arshadkazmi42/chrome-cookie-path/graphs/contributors)
[![Commit](https://img.shields.io/github/last-commit/arshadkazmi42/chrome-cookie-path.svg)](https://github.com/arshadkazmi42/chrome-cookie-path/commits/master)

Find chrome cookies sqlite database path.

## Install

```
npm i chrome-cookie-path
```

## Usage

```javascript

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](https://github.com/arshadkazmi42/chrome-cookie-path/issues/new)

Read our contributing [guide](CONTRIBUTING.md) on getting started with contributing to the codebase