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”。
擴展截圖
下載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 |
ID | dcmlehbkbddnepmdlajdboikmbjadfpi |
官方網址 | 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 |
電子郵箱 | [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" ] } ] } |