Cookify is a Chrome extension that makes managing cookies and JWT tokens easy for developers. It integrates smoothly with Swagger API docs, helping you automate tasks, save time, and boost productivity. Built with React, TypeScript, and Vite, itβs fast, reliable, and perfect for modern web development.
β¬οΈ Download on Chrome Web Store
- Add Cookies: Manually add cookies with a user-friendly interface.
- Save Cookies: Store cookies for quick reuse.
- Apply Cookies: Set saved cookies on target websites with one click.
- Delete Cookies: Easily remove cookies when they are no longer needed.
- Filter Cookies: Search and filter cookies by name or value.
- Save JWT Tokens: Input and store JWT bearer tokens securely.
- Apply to Swagger: Set tokens in Swagger documentation with one click.
- Organize by Projects: Group cookies and tokens by project for better organization
- Multiple Projects: Create and manage different projects for various applications
- Project Filtering: Filter cookies and tokens by project
- Export Profiles: Save all your cookies and tokens into a single exportable file.
- Import Profiles: Import your profiles into the extension on a different machine or browser.
- One-Click Sign-In: Sign in directly with your Google account from the header to sync your Cookify profiles and settings without navigating through the Settings page.
- Automatic Sync on New Computers: Sign in with the same Google account on a new computer to automatically restore your synced Cookify data.
- Safe Scope: Cookify requests access only to its own hidden app-data area, not to the rest of your Google Drive files.
- Compare Before Choosing: When local and cloud versions differ, compare both versions and choose which one to keep.
- Swagger Support: Streamline your API testing by setting cookies and JWT tokens directly into Swagger documentation.
- One-Click Token Application: Set your bearer token in Swagger docs with a single click.
- Built with React, TypeScript, and Vite for blazing-fast performance.
- Intuitive design with a developer-first approach.
Check out these short videos to see Cookify in action:
-
Cookie Management
Cookie.mp4
-
Swagger Integration
Swagger.mp4
- React: For building a dynamic and responsive user interface.
- TypeScript: For type-safe and maintainable code.
- Vite: For a fast and modern development experience.
-
Clone the Repository:
git clone https://github.com/emrecpp/Cookify.git cd Cookify -
Install Dependencies:
npm install -
Run in Development Mode:
npm run dev -
Load the Extension in Chrome:
- Open Chrome and navigate to
chrome://extensions/. - Enable Developer Mode.
- Click Load Unpacked and select the
distfolder from the project.
- Open Chrome and navigate to
Google Drive sync is optional and disabled unless the user connects an account from Settings. To enable the Connect button in a build:
-
Enable the Google Drive API in a Google Cloud project.
-
Create an OAuth 2.0 client for a Chrome extension and bind it to the Cookify extension ID. The published ID is
mafdkfnimilggjneibkjfejlnhcecnjd; unpacked development builds may use a different stable ID. -
Create a Web application OAuth client for account switching and add
https://<extension-id>.chromiumapp.org/google-oauthto its authorized redirect URIs. -
Copy
.env.exampleto a local.env.developmentor.env.productionfile. The file contains the public OAuth client IDs required for the build:VITE_GOOGLE_OAUTH_CLIENT_ID=your-chrome-extension-client-id.apps.googleusercontent.com VITE_GOOGLE_OAUTH_WEB_CLIENT_ID=your-web-client-id.apps.googleusercontent.com
-
Run
npm run buildand loaddistin Chrome.
Cookify requests only https://www.googleapis.com/auth/drive.appdata. This hidden area is accessible to Cookify but does not grant access to the user's other Drive files. OAuth client IDs are public identifiers; never add a client secret to the extension.
If you'd like to contribute, please:
- Fork the repository.
- Create a new branch for your feature or bug fix.
- Submit a pull request with a detailed description of your changes.
This project is licensed under the MIT License. See the LICENSE file for more details.
Cookify is here to make your development workflow faster, smoother, and more efficient. Try it out today and take control of your cookies and tokens like never before! ππͺ