Dokkan Battle Summon Extension is a Chrome extension that add the ability to simulate summons on the site Dokkan Battle FR.
The extension can be downloaded from the following platforms:
- Add the summon buttons, multi or single
- Display a counter for the Dragon Stones used
- Show the list of SSRs summoned, featured and non-featured
- Clone this repository to your local machine:
git clone https://github.com/nvigneux/Dokkan-Battle-Summon-Extension.git
- Install the necessary dependencies:
cd Dokkan-Battle-Summon-Extension yarn install
- Start the application in development mode:
yarn start
- Open http://localhost:3000 to view it in the browser.
- Load the extension in Chrome:
- Build
yarn build
- Open
chrome://extensions/
. - Enable
Developer mode
. - Click
Load unpacked
and select thebuild
folder of your project.
- Build
Each commit message should be prefixed with these annotations:
- New feature: [+]
- Refactoring, WIP, working on code: [*]
- Fix: [#]
- Code or assets deletion: [-]
In the project directory, you can run:
Runs the app in development mode.
Open http://localhost:3000 to view it in the browser.
Launches the test runner in interactive watch mode.
See the section about running tests for more information.
Builds the app for production to the build
folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
Note: This is a one-way operation. Once you eject
, you can’t go back!
You can learn more in the Create React App documentation.
To learn React, check out the React documentation.
Contributions are welcome! Please submit a pull request or open an issue to discuss the changes you want to make.