The Ending of Evangelion

Listen to the original Neon Genesis Evangelion endings on Netflix.

Wat is The Ending of Evangelion?

The Ending of Evangelion is een Chrome-extensie ontwikkeld door Kevin Martin, en de belangrijkste functie is "Listen to the original Neon Genesis Evangelion endings on Netflix.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie The Ending of Evangelion

Download The Ending of Evangelion-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam The Ending of Evangelion The Ending of Evangelion
ID monppnaecmnpofilbadbbmgcdpabcgbo
Officiële URL https://chrome.google.com/webstore/detail/the-ending-of-evangelion/monppnaecmnpofilbadbbmgcdpabcgbo
Beschrijving Listen to the original Neon Genesis Evangelion endings on Netflix.
Bestandsgrootte 52.3 KB
Aantal Installaties 1,373
Huidige Versie 0.2.0
Laatst Bijgewerkt 2022-09-18
Publicatiedatum 2020-06-12
Beoordeling 3.82/5 Totaal 61 Beoordelingen
Ontwikkelaar Kevin Martin
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/Inobtenio/The-Ending-of-Evangelion
Ondersteunde Talen 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"
    }
}