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
公式URL 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
Eメール [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"
    }
}