The Ending of Evangelion
Listen to the original Neon Genesis Evangelion endings on Netflix.
Cos'è The Ending of Evangelion?
The Ending of Evangelion è un'estensione di Chrome sviluppata da Kevin Martin, e la sua funzione principale è "Listen to the original Neon Genesis Evangelion endings on Netflix.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione The Ending of Evangelion
Scarica i file di estensione The Ending of Evangelion in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | monppnaecmnpofilbadbbmgcdpabcgbo |
URL Ufficiale | https://chrome.google.com/webstore/detail/the-ending-of-evangelion/monppnaecmnpofilbadbbmgcdpabcgbo |
Descrizione | Listen to the original Neon Genesis Evangelion endings on Netflix. |
Dimensione del File | 52.3 KB |
Conteggio Installazioni | 1,373 |
Versione Corrente | 0.2.0 |
Ultimo Aggiornamento | 2022-09-18 |
Data di Pubblicazione | 2020-06-12 |
Valutazione | 3.82/5 Totale 61 Valutazioni |
Sviluppatore | Kevin Martin |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/Inobtenio/The-Ending-of-Evangelion |
Lingue Supportate | 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" } } |