Haxball Room Search
This Extension adds the functionality to search in the room list in haxball
Wat is Haxball Room Search?
Haxball Room Search is een Chrome-extensie ontwikkeld door Raamyy, en de belangrijkste functie is "This Extension adds the functionality to search in the room list in haxball".
Extensie Screenshots
Download het CRX-bestand van de extensie Haxball Room Search
Download Haxball Room Search-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
This Extension adds the functionality to search in the room list in haxball Basisinformatie over de Extensie
| Naam | |
| ID | dcmlehbkbddnepmdlajdboikmbjadfpi |
| Officiële URL | https://chromewebstore.google.com/detail/haxball-room-search/dcmlehbkbddnepmdlajdboikmbjadfpi |
| Beschrijving | This Extension adds the functionality to search in the room list in haxball |
| Bestandsgrootte | 3.83 KB |
| Aantal Installaties | 90 |
| Huidige Versie | 0.1.4 |
| Laatst Bijgewerkt | 2019-04-19 |
| Publicatiedatum | 2019-04-19 |
| Ontwikkelaar | Raamyy |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
]
}
]
} | |