Illytools
Illytools enhances the online game Illyriad with extra features.
Was ist Illytools?
Illytools ist eine Chrome-Erweiterung, die von Eaque entwickelt wurde, und ihr Hauptmerkmal ist "Illytools enhances the online game Illyriad with extra features.".
Erweiterungsscreenshots
Illytools-Erweiterungs-CRX-Datei herunterladen
Laden Sie Illytools-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Grundlegende Informationen zur Erweiterung
| Name | |
| ID | dfhkpngopnkmdbndmnoofiblfmlkpppa |
| Offizielle URL | https://chromewebstore.google.com/detail/illytools/dfhkpngopnkmdbndmnoofiblfmlkpppa |
| Beschreibung | Illytools enhances the online game Illyriad with extra features. |
| Dateigröße | 25.08 KB |
| Installationsanzahl | 501 |
| Aktuelle Version | 1.0 |
| Letztes Update | 2012-08-27 |
| Veröffentlichungsdatum | 2012-08-27 |
| Bewertung | 4.10/5 Insgesamt 52 Bewertungen |
| Entwickler | Eaque |
| Zahlungsart | free |
| Unterstützte Sprachen | en |
| manifest.json | |
{
"update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Illytools",
"version": "1.0",
"manifest_version": 2,
"description": "Illytools enhances the online game Illyriad with extra features.",
"content_scripts": [
{
"exclude_globs": [
"http:\/\/*.illyriad.co.uk\/Account\/*",
"http:\/\/forum.illyriad.co.uk\/*"
],
"exclude_matches": [],
"include_globs": [
"http:\/\/*.illyriad.co.uk\/*"
],
"js": [
"script.js"
],
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"run_at": "document_idle"
}
],
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
}
} | |