canalun / brick-break-anywhere

let's break bricks anywhere!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Brick Break Anywhere

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

The preview of 'brick-break-anywhere'. A red ball moves around in a web page like wikipedia, amazon and google. The ball collides with elements such as buttons, images and texts in the web page. And then collided elements disappeared.

This extension was featured in JSConf 2023 in Japan, thanks!πŸŽ‰

interested in how it works?? πŸŽ‰

The below document explains the overview of how it works. https://docs.google.com/presentation/d/1hjs2J4fScWcs42oJ11F9uv1iuSnb_25TEZxyJo6UlLU/edit?usp=sharing

wanna develop!? πŸ’»

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.

Getting Started

Run yarn dev, and load build/chrome-mv3-dev in your browser.

Making production build

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.

About

let's break bricks anywhere!


Languages

Language:TypeScript 99.1%Language:JavaScript 0.9%