Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/arshadkazmi42/chrome-cookie-path
- Owner: arshadkazmi42
- License: mit
- Created: 2019-08-07T13:37:52.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-07-19T12:20:04.000Z (over 2 years ago)
- Last Synced: 2024-11-04T00:22:05.931Z (about 2 months ago)
- Topics: browser, chrome, chrome-cookie-path, cookie-store, cookies, cross-platform, sqlite
- Language: JavaScript
- Size: 62.5 KB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
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