Git Product home page Git Product logo

dong-qian / cookie-bus Goto Github PK

View Code? Open in Web Editor NEW
4.0 1.0 1.0 2.52 MB

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

License: MIT License

JavaScript 95.44% HTML 3.13% Shell 0.56% CSS 0.87%
chrome-extension google-chrome react tailwindcss extension-popup eslint prettier productivity web-development cookies copy-cookie cookie transfer-cookie import-cookie

cookie-bus's Introduction

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.

cookie-bus's People

Contributors

dependabot[bot] avatar dong-qian avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar

Forkers

cyberaka

cookie-bus's Issues

Release 1.0.5

use react-cookie to read and set cookies. Chrome API has some potential issues.

Cookie always copy from normal mode

if the user wants to copy cookies from incognito to incognito, it will fail due the cookie store is not the same.
currently, cookies only copy from normal mode.

Release 1.0.4

  • add tooltip to options
  • add keep original domain option to create/edit profile #7
  • add import cookie from Incognito option to Import screen #8

Delete all cookies

Most of time user want to delete all cookies then import new cookies to reduce the chance the new cookies are not imported correctly

Release 1.0.3

  • fix newly created account not able to import cookies.
  • change select profile checkmark colour
  • add completion screen for delete all cookies

Incorrect save

In incognito mode, create profile. Cookies in normal mode will be saved together.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.