The Ending of Evangelion

Listen to the original Neon Genesis Evangelion endings on Netflix.

什麼是The Ending of Evangelion?

The Ending of Evangelion是由Kevin Martin開發的Chrome擴展程式,該擴展的主要功能是“Listen to the original Neon Genesis Evangelion endings on Netflix.”。

擴展截圖

screenshot
screenshot

下載The Ending of Evangelion擴展crx文件

下載The Ending of Evangelion擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 The Ending of Evangelion The Ending of Evangelion
ID monppnaecmnpofilbadbbmgcdpabcgbo
官方網址 https://chrome.google.com/webstore/detail/the-ending-of-evangelion/monppnaecmnpofilbadbbmgcdpabcgbo
簡介 Listen to the original Neon Genesis Evangelion endings on Netflix.
檔案大小 52.3 KB
安裝次數 1,373
目前版本 0.2.0
更新時間 2022-09-18
上架時間 2020-06-12
評分 3.82/5 共 61 次評分
開發者 Kevin Martin
電子郵箱 [email protected]
付費類型 free
擴展官網 https://github.com/Inobtenio/The-Ending-of-Evangelion
支援的語言 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"
    }
}