Illytools
Illytools enhances the online game Illyriad with extra features.
Vad är Illytools?
Illytools är en Chrome-tillägg utvecklad av Eaque, och dess huvudfunktion är "Illytools enhances the online game Illyriad with extra features.".
Tilläggsskärmbilder
Ladda ner Illytools-förlängningens CRX-fil
Ladda ner Illytools-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Grundläggande Information om Tillägg
| Namn | |
| ID | dfhkpngopnkmdbndmnoofiblfmlkpppa |
| Officiell webbadress | https://chromewebstore.google.com/detail/illytools/dfhkpngopnkmdbndmnoofiblfmlkpppa |
| Beskrivning | Illytools enhances the online game Illyriad with extra features. |
| Filstorlek | 25.08 KB |
| Antal Installationer | 501 |
| Aktuell Version | 1.0 |
| Senast Uppdaterad | 2012-08-27 |
| Publiceringsdatum | 2012-08-27 |
| Betyg | 4.10/5 Totalt 52 Betyg |
| Utvecklare | Eaque |
| Betalningssätt | free |
| Stödda Språk | 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"
}
} | |