THEHAX.PL
Automatic connecting with public rooms.
Hvad er THEHAX.PL?
THEHAX.PL er en Chrome-udvidelse udviklet af https://thehax.pl, og dens hovedfunktion er "Automatic connecting with public rooms.".
Udvidelsesskærmbilleder
Download THEHAX.PL-udvidelses-CRX-fil
Download THEHAX.PL-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | agjeeceknckhfaghdaecficmolololfc |
| Officiel URL | https://chromewebstore.google.com/detail/thehaxpl/agjeeceknckhfaghdaecficmolololfc |
| Beskrivelse | Automatic connecting with public rooms. |
| Filstørrelse | 87.08 KB |
| Antal Installationer | 20 |
| Nuværende Version | 1.30 |
| Senest Opdateret | 2018-07-09 |
| Udgivelsesdato | 2018-07-09 |
| Bedømmelse | 5.00/5 Samlet 2 Bedømmelser |
| Udvikler | https://thehax.pl |
| Betalingsmetode | free |
| Understøttede Sprog | en,pl |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "THEHAX.PL",
"description": "__MSG_appDesc__",
"default_locale": "en",
"version": "1.30",
"permissions": [
"https:\/\/html5.haxball.com\/*",
"https:\/\/haxball.com\/*",
"http:\/\/thehax.pl\/*",
"notifications"
],
"icons": {
"128": "icon128.png",
"48": "icon48.png"
},
"browser_action": {
"default_icon": "org.png",
"default_popup": "popup.html"
},
"background": {
"scripts": [
"background.js"
]
}
} | |