IGG-Games Timer Killer

Addon that skips the download timer at IGG Games

What is IGG-Games Timer Killer?

IGG-Games Timer Killer is a Chrome extension developed by gilshallem, and its main feature is "Addon that skips the download timer at IGG Games".

Extension Screenshots

screenshot

Download IGG-Games Timer Killer Extension CRX File

Download IGG-Games Timer Killer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name IGG-Games Timer Killer IGG-Games Timer Killer
ID lmpikhjimkebiaeohdjaakoghkcohomo
Official URL https://chromewebstore.google.com/detail/igg-games-timer-killer/lmpikhjimkebiaeohdjaakoghkcohomo
Description Addon that skips the download timer at IGG Games
File Size 135 KB
Installation Count 78
Current Version 1.0.1
Last Updated 2020-08-29
Publish Date 2020-08-29
Rating 1.00/5 Total 1 Ratings
Developer gilshallem
Email [email protected]
Payment Type free
Supported Languages 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"
}