IGG-Games Timer Killer
Addon that skips the download timer at IGG Games
Wat is IGG-Games Timer Killer?
IGG-Games Timer Killer is een Chrome-extensie ontwikkeld door gilshallem, en de belangrijkste functie is "Addon that skips the download timer at IGG Games".
Extensie Screenshots
Download het CRX-bestand van de extensie IGG-Games Timer Killer
Download IGG-Games Timer Killer-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Add-on that skips the download timer at igg-games.com
Basisinformatie over de Extensie
Naam | |
ID | lmpikhjimkebiaeohdjaakoghkcohomo |
Officiële URL | https://chromewebstore.google.com/detail/igg-games-timer-killer/lmpikhjimkebiaeohdjaakoghkcohomo |
Beschrijving | Addon that skips the download timer at IGG Games |
Bestandsgrootte | 135 KB |
Aantal Installaties | 78 |
Huidige Versie | 1.0.1 |
Laatst Bijgewerkt | 2020-08-29 |
Publicatiedatum | 2020-08-29 |
Beoordeling | 1.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | gilshallem |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" } |