https://github.com/simonstnn/pop-a-loon
The new rising trend (literally) that changes the browser game completely.
https://github.com/simonstnn/pop-a-loon
balloon balloon-popping-game chrome-extension firefox-addon pop-a-loon
Last synced: 6 months ago
JSON representation
The new rising trend (literally) that changes the browser game completely.
- Host: GitHub
- URL: https://github.com/simonstnn/pop-a-loon
- Owner: SimonStnn
- License: apache-2.0
- Created: 2024-01-27T15:38:12.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-09T18:35:24.000Z (8 months ago)
- Last Synced: 2025-03-23T03:51:15.234Z (7 months ago)
- Topics: balloon, balloon-popping-game, chrome-extension, firefox-addon, pop-a-loon
- Language: TypeScript
- Homepage: https://pop-a-loon.gitbook.io
- Size: 1.94 MB
- Stars: 10
- Watchers: 1
- Forks: 7
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
Pop-a-loon
The new rising trend (literally) that changes the browser game completely.[](https://github.com/SimonStnn/pop-a-loon/graphs/contributors)
[](https://github.com/SimonStnn/pop-a-loon/releases/latest)
[](https://chromewebstore.google.com/detail/empty-title/pahcoancbdjmffpmfbnjablnabomdocp)
[
](https://chromewebstore.google.com/detail/pop-a-loon/pahcoancbdjmffpmfbnjablnabomdocp/reviews)
[](https://addons.mozilla.org/.../firefox/addon/pop-a-loon/)
[](https://addons.mozilla.org/.../firefox/addon/pop-a-loon/reviews/)Pop-a-loon is a browser extension that adds balloons to every website you visit. The balloons rise up the page and can be popped by clicking on them. See the [installation](#installation) instructions to get started with the extension.

> Balloons rise up the page on every website you visit. Click on them to pop them and earn points!
>
> View your score and the number of balloons popped in the extension popup.
> Pop as many balloons as you can to earn points and climb the leaderboard!
> _Leaderboard from 16/05/2024_
> Customize your experience in the extension settings.
## Table of Contents
- [Table of Contents](#table-of-contents)
- [Installation](#installation)
- [Chrome Web Store](#chrome-web-store)
- [Firefox Add-ons](#firefox-add-ons)
- [Manual Installation](#manual-installation)
- [Documentation](#documentation)## Installation
### Chrome Web Store
1. Visit the [Chrome Web Store](https://chromewebstore.google.com/detail/empty-title/pahcoancbdjmffpmfbnjablnabomdocp).
1. Click on "Add to Chrome" to install the extension.
1. Click on "Add Extension" in the pop-up window to confirm the installation.> Chrome will prompt: _Add "Pop-a-loon"? It can: Read and change all your data on all websites_. This is a standard permission for extensions that modify the appearance of web pages. Pop-a-loon does not collect any personal data. [^1]
1. The extension is now installed and ready to use. Balloons will start rising soon!
### Firefox Add-ons
1. Visit the [Firefox Add-ons](https://addons.mozilla.org/en-US/firefox/addon/pop-a-loon/).
2. Click on "Add to Firefox" to install the extension.
3. Click on "Add" in the pop-up window to confirm the installation.> Firefox will prompt: _Add "Pop-a-loon"?_. This is a standard permission for extensions that modify the appearance of web pages. Pop-a-loon does not collect any personal data. [^1]
4. The extension is now installed and ready to use. Balloons will start rising soon!
### Manual Installation
Refer to the [docs](./docs/README.md#getting-started) for manual installation instructions.
## Documentation
For more information about the architecture of the extension and on how to get started with development and building the extension, refer to the [documentation](./docs#readme).
[^1]: The extension runs a small script on every page that adds balloons to the page. To do this it needs this permission. You can view this script in [src/content/content.ts](./src/content/content.ts).