The Ending of Evangelion

Listen to the original Neon Genesis Evangelion endings on Netflix.

What is The Ending of Evangelion?

The Ending of Evangelion is a Chrome extension developed by Kevin Martin, and its main feature is "Listen to the original Neon Genesis Evangelion endings on Netflix.".

Extension Screenshots

screenshot
screenshot

Download The Ending of Evangelion Extension CRX File

Download The Ending of Evangelion extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name The Ending of Evangelion The Ending of Evangelion
ID monppnaecmnpofilbadbbmgcdpabcgbo
Official URL https://chrome.google.com/webstore/detail/the-ending-of-evangelion/monppnaecmnpofilbadbbmgcdpabcgbo
Description Listen to the original Neon Genesis Evangelion endings on Netflix.
File Size 52.3 KB
Installation Count 1,373
Current Version 0.2.0
Last Updated 2022-09-18
Publish Date 2020-06-12
Rating 3.82/5 Total 61 Ratings
Developer Kevin Martin
Email [email protected]
Payment Type free
Extension Website https://github.com/Inobtenio/The-Ending-of-Evangelion
Supported Languages 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"
    }
}