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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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"
    }
}