Skip to content

Latest commit

 

History

History
197 lines (131 loc) · 5.61 KB

README.md

File metadata and controls

197 lines (131 loc) · 5.61 KB

Release Stargazers Downloads MIT License


Logo

Cookie Bus

Import Cookies from any domain

Download here (1.0.5) »

Report Bug · Request Feature

Table of Contents

About The Project

💻 Cookie Bus is an extremely simple One-Click 👍 chrome extension to help developer imports cookies from specific domain to the current tab. It is not a cookie manipulate tool but a tool to reduce the time when dealing with cookies in a different environment.

Features

✅ One Click

✅ Import cookies from any domain

✅ Custom cookies to import

✅ Delete all cookies

✅ List all cookies

✅ Multiple profiles support

Demo

Cookie Bus Intro Demo Video

Screenshots

One Click Import

import cookies

Create Profile

create profile

Change Profile

change profile

Edit Profile

edit profile

List of Cookies

list of cookies

Built With

Getting Started

To get a local copy up and running follow these simple steps.

Prerequisites

This is an example of how to list things you need to use the software and how to install them.

  • npm
npm install npm@latest -g

Installation

  1. Clone the repo
git clone https://github.com/qiandongyq/cookie-bus
  1. Install NPM packages
npm install
or
yarn install

Usage

Scripts

  • yarn start - build css in watch mode and start webpack dev server
  • yarn build - builds css in production mode (purgecss unused css), build extension to /release/cookie-bus-1.0.5 folder

Load extension in Google Chrome

In Google Chrome, open up chrome://extensions in a new tab. Make sure the Developer Mode checkbox in the upper-right corner is turned on. Click Load unpacked and select the /release/cookie-bus-1.0.5 directory in this repository - your extension should now be loaded.

load extension

Load extension in incognito mode

In extension page, click Details on Cookie Bus extension, enable the Allow in incognito switch

incognito mode

Known Issue

  • None

Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the MIT License. See LICENSE for more information.