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 |
Eメール | [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" } ] } |