IGG-Games Timer Killer

Addon that skips the download timer at IGG Games

Cos'è IGG-Games Timer Killer?

IGG-Games Timer Killer è un'estensione di Chrome sviluppata da gilshallem, e la sua funzione principale è "Addon that skips the download timer at IGG Games".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione IGG-Games Timer Killer

Scarica i file di estensione IGG-Games Timer Killer in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome IGG-Games Timer Killer IGG-Games Timer Killer
ID lmpikhjimkebiaeohdjaakoghkcohomo
URL Ufficiale https://chromewebstore.google.com/detail/igg-games-timer-killer/lmpikhjimkebiaeohdjaakoghkcohomo
Descrizione Addon that skips the download timer at IGG Games
Dimensione del File 135 KB
Conteggio Installazioni 78
Versione Corrente 1.0.1
Ultimo Aggiornamento 2020-08-29
Data di Pubblicazione 2020-08-29
Valutazione 1.00/5 Totale 1 Valutazioni
Sviluppatore gilshallem
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
}