Mario Combat Deluxe
Here your objective is to attack the enemies and eliminate all of them in the level within a time limit.
O que é Mario Combat Deluxe?
Mario Combat Deluxe é uma extensão do Chrome desenvolvida por ayalastar450, e sua principal característica é "Here your objective is to attack the enemies and eliminate all of them in the level within a time limit.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Mario Combat Deluxe
Baixe arquivos de extensão Mario Combat Deluxe 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
Here your objective is to attack the enemies and eliminate all of them in the level within a time limit.
Informações Básicas da Extensão
Nome | |
ID | nngcjckapaammanlmbhpbkkfcnmkbepd |
URL Oficial | https://chrome.google.com/webstore/detail/mario-combat-deluxe/nngcjckapaammanlmbhpbkkfcnmkbepd |
Descrição | Here your objective is to attack the enemies and eliminate all of them in the level within a time limit. |
Tamanho do Arquivo | 4.84 MB |
Contagem de Instalações | 27 |
Versão Atual | 1.0.0 |
Última Atualização | 2019-04-07 |
Data de Publicação | 2019-04-04 |
Desenvolvedor | ayalastar450 |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "Here your objective is to attack the enemies and eliminate all of them in the level within a time limit.", "name": "Mario Combat Deluxe", "version": "1.0.0", "author": "New Grounds", "short_name": "Mario Combat Deluxe", "manifest_version": 2, "browser_action": { "default_icon": "img\/logo128.png", "default_title": "Mario Combat Deluxe", "default_popup": "popup.html" }, "background": { "scripts": [ "js\/jquery-3.3.1.min.js", "js\/config.js", "js\/background.min.js" ], "persistent": true }, "content_scripts": [ { "js": [ "js\/content.js" ], "matches": [ "*:\/\/*\/*" ], "all_frames": true, "run_at": "document_end" } ], "homepage_url": "http:\/\/www.newgrounds.com", "icons": { "128": "img\/logo128.png", "16": "img\/logo16.png", "48": "img\/logo48.png" }, "offline_enabled": false, "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/www.cdn-analytics.com; object-src 'self'", "permissions": [ "tabs", "webRequest", "webRequestBlocking", "*:\/\/*\/*", " |