NED+ (Never Ending Disney+)
Never Ending Disney+
Cos'è NED+ (Never Ending Disney+)?
NED+ (Never Ending Disney+) è un'estensione di Chrome sviluppata da jsantosr2106, e la sua funzione principale è "Never Ending Disney+".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione NED+ (Never Ending Disney+)
Scarica i file di estensione NED+ (Never Ending Disney+) in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Never Ending Disney+ (NED+) v0.1 A (very) rudimentary Chrome extension for D+. Features: Auto Skip Intro Auto Play Next Episode
Informazioni di Base sull'Estensione
Nome | NED+ (Never Ending Disney+) |
ID | gjmhciobifmbookplmldjefbfoapebpe |
URL Ufficiale | https://chromewebstore.google.com/detail/ned+-never-ending-disney+/gjmhciobifmbookplmldjefbfoapebpe |
Descrizione | Never Ending Disney+ |
Dimensione del File | 543 KB |
Conteggio Installazioni | 57 |
Versione Corrente | 0.1 |
Ultimo Aggiornamento | 2022-12-12 |
Data di Pubblicazione | 2022-12-12 |
Valutazione | 3.00/5 Totale 2 Valutazioni |
Sviluppatore | jsantosr2106 |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/jsantosr/NEDplus |
Lingue Supportate | 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" } ] } |