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: 10 months 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 (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-07-19T12:20:04.000Z (almost 4 years ago)
- Last Synced: 2024-11-04T00:22:05.931Z (over 1 year 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
[](https://github.com/arshadkazmi42/chrome-cookie-path/actions/workflows/nodejs.yml)
[](https://www.npmjs.com/package/chrome-cookie-path)
[](https://www.npmjs.com/package/chrome-cookie-path)
[](https://github.com/arshadkazmi42/chrome-cookie-path)
[](https://github.com/arshadkazmi42/chrome-cookie-path/blob/master/LICENSE)
[](https://github.com/arshadkazmi42/chrome-cookie-path/graphs/contributors)
[](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