Browser Breakout

Play Breakout on any webpage!

What is Browser Breakout?

Browser Breakout is a Chrome extension developed by dyzlee.dev, and its main feature is "Play Breakout on any webpage!".

Extension Screenshots

screenshot
screenshot
screenshot

Download Browser Breakout Extension CRX File

Download Browser Breakout extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        This extension transforms (almost) any website into a game of Breakout! Just visit any website, click on the extension and press play to start a game of Browser Breakout.

Have fun destroying websites!                    

Extension Basic Information

Name Browser Breakout Browser Breakout
ID oefbdmhkfnipjlgkemmcfhdijpdmjcmp
Official URL https://chromewebstore.google.com/detail/browser-breakout/oefbdmhkfnipjlgkemmcfhdijpdmjcmp
Description Play Breakout on any webpage!
File Size 14.89 KB
Installation Count 289
Current Version 0.71.0
Last Updated 2023-06-14
Publish Date 2021-03-18
Rating 5.00/5 Total 4 Ratings
Developer dyzlee.dev
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Browser Breakout",
    "author": "Dyzlee",
    "description": "Play Breakout on any webpage!",
    "version": "0.71.0",
    "icons": {
        "16": "assets\/icon16.png",
        "48": "assets\/icon48.png",
        "128": "assets\/icon128.png"
    },
    "action": {
        "default_popup": "src\/menu\/menu.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "src\/content\/content.js",
                "src\/content\/utils.js"
            ]
        }
    ],
    "permissions": [
        "storage"
    ]
}