NED+ (Never Ending Disney+)

Never Ending Disney+

What is NED+ (Never Ending Disney+)?

NED+ (Never Ending Disney+) is a Chrome extension developed by jsantosr2106, and its main feature is "Never Ending Disney+".

Extension Screenshots

screenshot

Download NED+ (Never Ending Disney+) Extension CRX File

Download NED+ (Never Ending Disney+) extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Auto Skip Intro
Auto Play Next Episode                    

Extension Basic Information

Name NED+ (Never Ending Disney+) NED+ (Never Ending Disney+)
ID gjmhciobifmbookplmldjefbfoapebpe
Official URL https://chromewebstore.google.com/detail/ned+-never-ending-disney+/gjmhciobifmbookplmldjefbfoapebpe
Description Never Ending Disney+
File Size 543 KB
Installation Count 57
Current Version 0.1
Last Updated 2022-12-12
Publish Date 2022-12-12
Rating 3.00/5 Total 2 Ratings
Developer jsantosr2106
Email [email protected]
Payment Type free
Extension Website https://github.com/jsantosr/NEDplus
Supported Languages 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"
        }
    ]
}