Avengers Endgame Theme
Part of the journey is the end.
O que é Avengers Endgame Theme?
Avengers Endgame Theme é uma extensão do Chrome desenvolvida por http://www.appicted.in, e sua principal característica é "Part of the journey is the end.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Avengers Endgame Theme
Baixe arquivos de extensão Avengers Endgame Theme 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
I don't know what more to say about it than what's already out there. I just can't wait any longer to see it either. :-) You can check out more of my work at: www.appicted.in Bye bye!
Informações Básicas da Extensão
Nome | |
ID | kophgjkjmjhcohlfdilibmhmcghhkihi |
URL Oficial | https://chrome.google.com/webstore/detail/avengers-endgame-theme/kophgjkjmjhcohlfdilibmhmcghhkihi |
Descrição | Part of the journey is the end. |
Tamanho do Arquivo | 583 KB |
Contagem de Instalações | 49 |
Versão Atual | 0.0.1 |
Última Atualização | 2018-12-09 |
Data de Publicação | 2018-12-09 |
Classificação | 2.50/5 Total de 4 Avaliações |
Desenvolvedor | http://www.appicted.in |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://www.coach.me/Dhiraj?ref=YJNVl |
URL da Página de Ajuda | http://www.appicted.in |
Idiomas Suportados | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "0.0.1", "description": "Part of the journey is the end.", "name": "Avengers Endgame Theme", "browser_action": { "default_icon": "icon.png", "default_title": "Avengers Endgame" }, "permissions": [ "tabs" ], "chrome_url_overrides": { "newtab": "newTab.html" }, "icons": { "64": "smallIcon.png", "128": "icon.png" }, "incognito": "split" } |