NED+ (Never Ending Disney+)

Never Ending Disney+

NED+ (Never Ending Disney+) क्या है?

NED+ (Never Ending Disney+) jsantosr2106 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Never Ending Disney+"।

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

screenshot

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

crx प्रारूप में NED+ (Never Ending Disney+) एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Never Ending Disney+ (NED+) v0.1
A (very) rudimentary Chrome extension for D+.
Features:

Auto Skip Intro
Auto Play Next Episode                    

एक्सटेंशन की मूल जानकारी

नाम NED+ (Never Ending Disney+) NED+ (Never Ending Disney+)
ID gjmhciobifmbookplmldjefbfoapebpe
आधिकारिक URL https://chromewebstore.google.com/detail/ned+-never-ending-disney+/gjmhciobifmbookplmldjefbfoapebpe
विवरण Never Ending Disney+
फ़ाइल का आकार 543 KB
स्थापना संख्या 57
वर्तमान संस्करण 0.1
अंतिम अपडेट 2022-12-12
प्रकाशन तिथि 2022-12-12
रेटिंग 3.00/5 कुल 2 रेटिंग्स
डेवलपर jsantosr2106
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/jsantosr/NEDplus
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "NED+ (Never Ending Disney+)",
    "version": "0.1",
    "description": "Never Ending Disney+",
    "icons": {
        "16": "images\/icon-16.png",
        "32": "images\/icon-32.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.disneyplus.com\/*"
            ],
            "js": [
                "scripts\/jquery-3.6.0.min.js",
                "scripts\/content.js"
            ],
            "run_at": "document_end"
        }
    ]
}