The Ending of Evangelion
Listen to the original Neon Genesis Evangelion endings on Netflix.
Co to jest The Ending of Evangelion?
The Ending of Evangelion to rozszerzenie Chrome opracowane przez Kevin Martin, a jego główną funkcją jest „Listen to the original Neon Genesis Evangelion endings on Netflix.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia The Ending of Evangelion
Pobierz pliki rozszerzeń The Ending of Evangelion w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | monppnaecmnpofilbadbbmgcdpabcgbo |
Oficjalny URL | https://chrome.google.com/webstore/detail/the-ending-of-evangelion/monppnaecmnpofilbadbbmgcdpabcgbo |
Opis | Listen to the original Neon Genesis Evangelion endings on Netflix. |
Rozmiar pliku | 52.3 KB |
Liczba instalacji | 1,373 |
Aktualna Wersja | 0.2.0 |
Ostatnia Aktualizacja | 2022-09-18 |
Data Publikacji | 2020-06-12 |
Ocena | 3.82/5 Łącznie 61 Oceny |
Deweloper | Kevin Martin |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/Inobtenio/The-Ending-of-Evangelion |
Obsługiwane Języki | 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" } } |