Disney Plus Subtitle Preference
Change the size and color of disney plus subtitle
Co to jest Disney Plus Subtitle Preference?
Disney Plus Subtitle Preference to rozszerzenie Chrome opracowane przez iSaad97, a jego główną funkcją jest „Change the size and color of disney plus subtitle”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Disney Plus Subtitle Preference
Pobierz pliki rozszerzeń Disney Plus Subtitle Preference 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
A plugin to change the subtitle preference for Disney plus platform
Podstawowe informacje o rozszerzeniu
Nazwa | Disney Plus Subtitle Preference |
ID | ebggolcigohbpkbiphhblijpcagnmahn |
Oficjalny URL | https://chromewebstore.google.com/detail/disney-plus-subtitle-pref/ebggolcigohbpkbiphhblijpcagnmahn |
Opis | Change the size and color of disney plus subtitle |
Rozmiar pliku | 76.04 KB |
Liczba instalacji | 132 |
Aktualna Wersja | 0.0.2 |
Ostatnia Aktualizacja | 2022-10-16 |
Data Publikacji | 2022-06-16 |
Ocena | 5.00/5 Łącznie 2 Oceny |
Deweloper | iSaad97 |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/iSaad97/Disney-Plus-Subtitle-Preference |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Disney Plus Subtitle Preference", "version": "0.0.2", "description": "Change the size and color of disney plus subtitle", "manifest_version": 3, "action": { "default_popup": ".\/index.html", "default_title": "Disney Plus Subtitle Preference" }, "icons": { "16": ".\/icons\/icon-72x72.png", "32": ".\/icons\/icon-96x96.png", "48": ".\/icons\/icon-128x128.png", "128": ".\/icons\/icon-144x144.png" }, "homepage_url": "https:\/\/github.com\/iSaad97\/Disney-plus-subtitle-changer", "content_scripts": [ { "js": [ "content.js" ], "matches": [ "https:\/\/www.apps.disneyplus.com\/*", "https:\/\/www.disneyplus.com\/*" ] } ], "permissions": [ "tabs" ] } |