Illytools
Illytools enhances the online game Illyriad with extra features.
Wat is Illytools?
Illytools is een Chrome-extensie ontwikkeld door Eaque, en de belangrijkste functie is "Illytools enhances the online game Illyriad with extra features.".
Extensie Screenshots
Download het CRX-bestand van de extensie Illytools
Download Illytools-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
Basisinformatie over de Extensie
| Naam | |
| ID | dfhkpngopnkmdbndmnoofiblfmlkpppa |
| Officiële URL | https://chromewebstore.google.com/detail/illytools/dfhkpngopnkmdbndmnoofiblfmlkpppa |
| Beschrijving | Illytools enhances the online game Illyriad with extra features. |
| Bestandsgrootte | 25.08 KB |
| Aantal Installaties | 501 |
| Huidige Versie | 1.0 |
| Laatst Bijgewerkt | 2012-08-27 |
| Publicatiedatum | 2012-08-27 |
| Beoordeling | 4.10/5 Totaal 52 Beoordelingen |
| Ontwikkelaar | Eaque |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
}
} | |