IGG-Games Timer Killer
Addon that skips the download timer at IGG Games
O que é IGG-Games Timer Killer?
IGG-Games Timer Killer é uma extensão do Chrome desenvolvida por gilshallem, e sua principal característica é "Addon that skips the download timer at IGG Games".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão IGG-Games Timer Killer
Baixe arquivos de extensão IGG-Games Timer Killer no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
Add-on that skips the download timer at igg-games.com
Informações Básicas da Extensão
Nome | |
ID | lmpikhjimkebiaeohdjaakoghkcohomo |
URL Oficial | https://chromewebstore.google.com/detail/igg-games-timer-killer/lmpikhjimkebiaeohdjaakoghkcohomo |
Descrição | Addon that skips the download timer at IGG Games |
Tamanho do Arquivo | 135 KB |
Contagem de Instalações | 78 |
Versão Atual | 1.0.1 |
Última Atualização | 2020-08-29 |
Data de Publicação | 2020-08-29 |
Classificação | 1.00/5 Total de 1 Avaliações |
Desenvolvedor | gilshallem |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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" } |