IGG-Games Timer Killer

Addon that skips the download timer at IGG Games

¿Qué es IGG-Games Timer Killer?

IGG-Games Timer Killer es una extensión de Chrome desarrollada por gilshallem, y su función principal es "Addon that skips the download timer at IGG Games".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión IGG-Games Timer Killer

Descarga archivos de extensión IGG-Games Timer Killer en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

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

Información Básica de la Extensión

Nombre IGG-Games Timer Killer IGG-Games Timer Killer
ID lmpikhjimkebiaeohdjaakoghkcohomo
URL Oficial https://chromewebstore.google.com/detail/igg-games-timer-killer/lmpikhjimkebiaeohdjaakoghkcohomo
Descripción Addon that skips the download timer at IGG Games
Tamaño del Archivo 135 KB
Cantidad de Instalaciones 78
Versión Actual 1.0.1
Última Actualización 2020-08-29
Fecha de Publicación 2020-08-29
Calificación 1.00/5 Total de 1 Calificaciones
Desarrollador gilshallem
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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"
}