The Ending of Evangelion

Listen to the original Neon Genesis Evangelion endings on Netflix.

Apa itu The Ending of Evangelion?

The Ending of Evangelion adalah ekstensi Chrome yang dikembangkan oleh Kevin Martin, dan fitur utamanya adalah "Listen to the original Neon Genesis Evangelion endings on Netflix.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi The Ending of Evangelion

Unduh file ekstensi The Ending of Evangelion dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama The Ending of Evangelion The Ending of Evangelion
ID monppnaecmnpofilbadbbmgcdpabcgbo
URL Resmi https://chrome.google.com/webstore/detail/the-ending-of-evangelion/monppnaecmnpofilbadbbmgcdpabcgbo
Deskripsi Listen to the original Neon Genesis Evangelion endings on Netflix.
Ukuran File 52.3 KB
Jumlah Instalasi 1,373
Versi Saat Ini 0.2.0
Terakhir Diperbarui 2022-09-18
Tanggal Publikasi 2020-06-12
Penilaian 3.82/5 Total 61 Penilaian
Pengembang Kevin Martin
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/Inobtenio/The-Ending-of-Evangelion
Bahasa yang Didukung 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"
    }
}