Browser Breakout

Play Breakout on any webpage!

Browser Breakoutとは何ですか?

Browser Breakoutはdyzlee.devによって開発されたChromeの拡張機能で、その主な機能は「Play Breakout on any webpage!」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

Browser Breakout拡張機能のCRXファイルをダウンロード

Browser Breakout拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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!                    

拡張機能の基本情報

名前 Browser Breakout Browser Breakout
ID oefbdmhkfnipjlgkemmcfhdijpdmjcmp
公式URL https://chromewebstore.google.com/detail/browser-breakout/oefbdmhkfnipjlgkemmcfhdijpdmjcmp
説明 Play Breakout on any webpage!
ファイルサイズ 14.89 KB
インストール数 289
現在のバージョン 0.71.0
最終更新日 2023-06-14
公開日 2021-03-18
評価 5.00/5 合計 4 レビュー
開発者 dyzlee.dev
Eメール [email protected]
支払い方法 free
対応言語 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"
    ]
}