IGG-Games Timer Killer

Addon that skips the download timer at IGG Games

Hvad er IGG-Games Timer Killer?

IGG-Games Timer Killer er en Chrome-udvidelse udviklet af gilshallem, og dens hovedfunktion er "Addon that skips the download timer at IGG Games".

Udvidelsesskærmbilleder

screenshot

Download IGG-Games Timer Killer-udvidelses-CRX-fil

Download IGG-Games Timer Killer-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

                        Add-on that skips the download timer at igg-games.com                    

Grundlæggende oplysninger om udvidelsen

Navn IGG-Games Timer Killer IGG-Games Timer Killer
ID lmpikhjimkebiaeohdjaakoghkcohomo
Officiel URL https://chromewebstore.google.com/detail/igg-games-timer-killer/lmpikhjimkebiaeohdjaakoghkcohomo
Beskrivelse Addon that skips the download timer at IGG Games
Filstørrelse 135 KB
Antal Installationer 78
Nuværende Version 1.0.1
Senest Opdateret 2020-08-29
Udgivelsesdato 2020-08-29
Bedømmelse 1.00/5 Samlet 1 Bedømmelser
Udvikler gilshallem
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "script.js"
            ],
            "matches": [
                "*:\/\/bluemediafiles.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "description": "Addon that skips the download timer at IGG Games",
    "icons": {
        "128": "icon128.png",
        "16": "icon16.png",
        "48": "icon48.png"
    },
    "manifest_version": 2,
    "name": "IGG-Games Timer Killer",
    "version": "1.0.1",
    "version_name": "1.0.1"
}