Skip to content

πŸ’» Cookie bus is an extremely simple One Click πŸ‘ chrome extension to help developer imports cookies

License

Notifications You must be signed in to change notification settings

dong-qian/cookie-bus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

40 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

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.