Hero Zero Sidekick
Hero Zero Sidekick
O que é Hero Zero Sidekick?
Hero Zero Sidekick é uma extensão do Chrome desenvolvida por cbsarge, e sua principal característica é "Hero Zero Sidekick".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Hero Zero Sidekick
Baixe arquivos de extensão Hero Zero Sidekick 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
Allows you to enjoy playing Hero Zero without that pesky ad column on the right side of the Facebook page. Also allows you to customize the background of the Hero Zero game page. Also adds a toolbar with links to: -US Forum -Support (easier access than the link at the bottom) -Main FAQ from the Forum -Levels, Titles and XP table -Notes (a nice place to take notes and save them for the next time you play) 06/21/2017 Added the latest posts from the US forum as a side bar
Informações Básicas da Extensão
Nome | Hero Zero Sidekick |
ID | ciimhdmjajilnnacbjnkchpfokkdhgnk |
URL Oficial | https://chromewebstore.google.com/detail/hero-zero-sidekick/ciimhdmjajilnnacbjnkchpfokkdhgnk |
Descrição | Hero Zero Sidekick |
Tamanho do Arquivo | 112 KB |
Contagem de Instalações | 85 |
Versão Atual | 3.4 |
Última Atualização | 2018-05-30 |
Data de Publicação | 2018-05-30 |
Classificação | 3.40/5 Total de 15 Avaliações |
Desenvolvedor | cbsarge |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en-US |
manifest.json | |
{ "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "fire-icon-48.png", "default_popup": "popup.html", "default_title": "Hero Zero Sidekick is ACTIVE!" }, "content_scripts": [ { "all_frames": true, "css": [ "heroz.css" ], "js": [ "jquery.js", "heroz.js" ], "matches": [ "*:\/\/apps.facebook.com\/playherozero\/*", "*:\/\/*.herozerogame.com\/*" ] } ], "description": "Hero Zero Sidekick", "icons": { "128": "fire-icon-128.png" }, "manifest_version": 2, "name": "Hero Zero Sidekick", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "3.4", "permissions": [ "storage" ] } |