IGG-Games Timer Killer
Addon that skips the download timer at IGG Games
Qu'est-ce que IGG-Games Timer Killer ?
IGG-Games Timer Killer est une extension Chrome développée par gilshallem, et sa fonction principale est "Addon that skips the download timer at IGG Games".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension IGG-Games Timer Killer
Téléchargez les fichiers d'extension IGG-Games Timer Killer au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Add-on that skips the download timer at igg-games.com
Informations de Base sur l'Extension
Nom | |
ID | lmpikhjimkebiaeohdjaakoghkcohomo |
URL Officiel | https://chromewebstore.google.com/detail/igg-games-timer-killer/lmpikhjimkebiaeohdjaakoghkcohomo |
Description | Addon that skips the download timer at IGG Games |
Taille du Fichier | 135 KB |
Nombre d'Installations | 78 |
Version Actuelle | 1.0.1 |
Dernière Mise à Jour | 2020-08-29 |
Date de Publication | 2020-08-29 |
Évaluation | 1.00/5 Total 1 Évaluations |
Développeur | gilshallem |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" } |