Haxball Room Search

This Extension adds the functionality to search in the room list in haxball

Haxball Room Searchとは何ですか?

Haxball Room SearchはRaamyyによって開発されたChromeの拡張機能で、その主な機能は「This Extension adds the functionality to search in the room list in haxball」です。

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

screenshot
screenshot
screenshot

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

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

拡張機能の使用方法

                        This Extension adds the functionality to search in the room list in haxball                    

拡張機能の基本情報

名前 Haxball Room Search Haxball Room Search
ID dcmlehbkbddnepmdlajdboikmbjadfpi
公式URL https://chromewebstore.google.com/detail/haxball-room-search/dcmlehbkbddnepmdlajdboikmbjadfpi
説明 This Extension adds the functionality to search in the room list in haxball
ファイルサイズ 3.83 KB
インストール数 90
現在のバージョン 0.1.4
最終更新日 2019-04-19
公開日 2019-04-19
開発者 Raamyy
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Haxball Room Search",
    "version": "0.1.4",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.haxball.com\/play",
                "https:\/\/*.haxball.com\/play"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}