You can break bricks on any WEB PAGE!! It's realized by vanilla DOM scripting:)
chrome web store: https://chromewebstore.google.com/detail/brick-break-anywhere/lkbkphlgmknnachlgmbdmoepfnfdeckb
This extension was featured in JSConf 2023 in Japan, thanks!🎉
The below document explains the overview of how it works. https://docs.google.com/presentation/d/1hjs2J4fScWcs42oJ11F9uv1iuSnb_25TEZxyJo6UlLU/edit?usp=sharing
We're overjoyed that you're considering contributing to this game!✌
Please create an issue first to let us know what you're up to 😊
(Even if you're just here for some reverse engineering, we're thrilled that you're interested! Thanks for stopping by!)
This is a Plasmo extension project bootstrapped with plasmo init
.
Run yarn dev
, and load build/chrome-mv3-dev
in your browser.
Run yarn build
, and load build/chrome-mv3-prod
in your browser.
This should create a production bundle for your extension, ready to be zipped and published to the stores.