Haxball Colors

Change color of the haxball background map!

Haxball Colorsとは何ですか?

Haxball Colorsはovb.hflによって開発されたChromeの拡張機能で、その主な機能は「Change color of the haxball background map!」です。

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

screenshot
screenshot

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

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

拡張機能の使用方法

                        For change your haxball background color!                    

拡張機能の基本情報

名前 Haxball Colors Haxball Colors
ID acdjmjlgeopalimfdjjmhdiiibilfdok
公式URL https://chromewebstore.google.com/detail/haxball-colors/acdjmjlgeopalimfdjjmhdiiibilfdok
説明 Change color of the haxball background map!
ファイルサイズ 69.96 KB
インストール数 109
現在のバージョン 2.7
最終更新日 2020-05-17
公開日 2020-05-16
評価 5.00/5 合計 1 レビュー
開発者 ovb.hfl
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Haxball Colors",
    "description": "Change color of the haxball background map!",
    "version": "2.7",
    "manifest_version": 2,
    "permissions": [
        "background",
        "tabs",
        "webRequest",
        "webRequestBlocking",
        "*:\/\/*.haxball.com\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_popup": "index.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "web_accessible_resources": [
        "scripts.js"
    ]
}