NED+ (Never Ending Disney+)
Never Ending Disney+
Co to jest NED+ (Never Ending Disney+)?
NED+ (Never Ending Disney+) to rozszerzenie Chrome opracowane przez jsantosr2106, a jego główną funkcją jest „Never Ending Disney+”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia NED+ (Never Ending Disney+)
Pobierz pliki rozszerzeń NED+ (Never Ending Disney+) w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Never Ending Disney+ (NED+) v0.1 A (very) rudimentary Chrome extension for D+. Features: Auto Skip Intro Auto Play Next Episode
Podstawowe informacje o rozszerzeniu
Nazwa | NED+ (Never Ending Disney+) |
ID | gjmhciobifmbookplmldjefbfoapebpe |
Oficjalny URL | https://chromewebstore.google.com/detail/ned+-never-ending-disney+/gjmhciobifmbookplmldjefbfoapebpe |
Opis | Never Ending Disney+ |
Rozmiar pliku | 543 KB |
Liczba instalacji | 57 |
Aktualna Wersja | 0.1 |
Ostatnia Aktualizacja | 2022-12-12 |
Data Publikacji | 2022-12-12 |
Ocena | 3.00/5 Łącznie 2 Oceny |
Deweloper | jsantosr2106 |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/jsantosr/NEDplus |
Obsługiwane Języki | 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" } ] } |