The Ending of Evangelion

Listen to the original Neon Genesis Evangelion endings on Netflix.

The Ending of Evangelion क्या है?

The Ending of Evangelion Kevin Martin द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Listen to the original Neon Genesis Evangelion endings on Netflix."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में The Ending of Evangelion एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    }
}