The Ending of Evangelion
Listen to the original Neon Genesis Evangelion endings on Netflix.
Qu'est-ce que The Ending of Evangelion ?
The Ending of Evangelion est une extension Chrome développée par Kevin Martin, et sa fonction principale est "Listen to the original Neon Genesis Evangelion endings on Netflix.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension The Ending of Evangelion
Téléchargez les fichiers d'extension The Ending of Evangelion au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | monppnaecmnpofilbadbbmgcdpabcgbo |
URL Officiel | https://chrome.google.com/webstore/detail/the-ending-of-evangelion/monppnaecmnpofilbadbbmgcdpabcgbo |
Description | Listen to the original Neon Genesis Evangelion endings on Netflix. |
Taille du Fichier | 52.3 KB |
Nombre d'Installations | 1,373 |
Version Actuelle | 0.2.0 |
Dernière Mise à Jour | 2022-09-18 |
Date de Publication | 2020-06-12 |
Évaluation | 3.82/5 Total 61 Évaluations |
Développeur | Kevin Martin |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/Inobtenio/The-Ending-of-Evangelion |
Langues Prises en Charge | 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" } } |