The Ending of Evangelion
Listen to the original Neon Genesis Evangelion endings on Netflix.
O que é The Ending of Evangelion?
The Ending of Evangelion é uma extensão do Chrome desenvolvida por Kevin Martin, e sua principal característica é "Listen to the original Neon Genesis Evangelion endings on Netflix.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão The Ending of Evangelion
Baixe arquivos de extensão The Ending of Evangelion 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
Netflix removed Fly Me To The Moon from Neon Genesis Evangelion and put Rei I instead. With this extension, you can the original ending theme of all the episodes as if they didn't change a thing.
Informações Básicas da Extensão
Nome | |
ID | monppnaecmnpofilbadbbmgcdpabcgbo |
URL Oficial | https://chrome.google.com/webstore/detail/the-ending-of-evangelion/monppnaecmnpofilbadbbmgcdpabcgbo |
Descrição | Listen to the original Neon Genesis Evangelion endings on Netflix. |
Tamanho do Arquivo | 52.3 KB |
Contagem de Instalações | 1,373 |
Versão Atual | 0.2.0 |
Última Atualização | 2022-09-18 |
Data de Publicação | 2020-06-12 |
Classificação | 3.82/5 Total de 61 Avaliações |
Desenvolvedor | Kevin Martin |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/Inobtenio/The-Ending-of-Evangelion |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "The Ending of Evangelion", "version": "0.2.0", "manifest_version": 2, "description": "Listen to the original Neon Genesis Evangelion endings on Netflix.", "default_locale": "en", "content_scripts": [ { "matches": [ "*:\/\/*.netflix.com\/watch\/*" ], "js": [ "js\/episodesMetadata.js", "js\/playProperEndingTheme.js" ] } ], "icons": { "16": "icons\/sachiel16.png", "48": "icons\/sachiel48.png", "128": "icons\/sachiel128.png" } } |