Breakout Game
Breakout funny Game, just for relax
什麼是Breakout Game?
Breakout Game是由Fenix-KH開發的Chrome擴展程式,該擴展的主要功能是“Breakout funny Game, just for relax”。
擴展截圖
下載Breakout Game擴展crx文件
下載Breakout Game擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
                        Simple 2d Breakout multilevel game for browser.
Use arrows button to play it                     擴展基本資訊
| 名稱 |   |  
| ID | pdlfeiieldpikomhfldhibcfagiehbge | 
| 官方網址 | https://chromewebstore.google.com/detail/breakout-game/pdlfeiieldpikomhfldhibcfagiehbge | 
| 簡介 | Breakout funny Game, just for relax | 
| 檔案大小 | 939 KB | 
| 安裝次數 | 113 | 
| 目前版本 | 0.2 | 
| 更新時間 | 2023-02-12 | 
| 上架時間 | 2022-12-29 | 
| 評分 | 5.00/5 共 1 次評分 | 
| 開發者 | Fenix-KH | 
| 電子郵箱 | [email protected] | 
| 付費類型 | free | 
| 支援的語言 | en | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "action": {
        "default_icon": "32.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "description": "Breakout funny Game, just for relax",
    "icons": {
        "128": "128.png",
        "16": "32.png",
        "48": "64.png"
    },
    "manifest_version": 3,
    "name": "Breakout Game",
    "options_page": "option.html",
    "version": "0.2"
}  |  |