NED+ (Never Ending Disney+)
Never Ending Disney+
什么是NED+ (Never Ending Disney+)?
NED+ (Never Ending Disney+)是由jsantosr2106开发的Chrome扩展程序,该扩展的主要功能是“Never Ending Disney+”。
扩展截图
下载NED+ (Never Ending Disney+)扩展crx文件
下载NED+ (Never Ending Disney+)扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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+) |
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" } ] } |