Disney Plus Subtitle Preference
Change the size and color of disney plus subtitle
O que é Disney Plus Subtitle Preference?
Disney Plus Subtitle Preference é uma extensão do Chrome desenvolvida por iSaad97, e sua principal característica é "Change the size and color of disney plus subtitle".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Disney Plus Subtitle Preference
Baixe arquivos de extensão Disney Plus Subtitle Preference no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
A plugin to change the subtitle preference for Disney plus platform
Informações Básicas da Extensão
Nome | Disney Plus Subtitle Preference |
ID | ebggolcigohbpkbiphhblijpcagnmahn |
URL Oficial | https://chromewebstore.google.com/detail/disney-plus-subtitle-pref/ebggolcigohbpkbiphhblijpcagnmahn |
Descrição | Change the size and color of disney plus subtitle |
Tamanho do Arquivo | 76.04 KB |
Contagem de Instalações | 132 |
Versão Atual | 0.0.2 |
Última Atualização | 2022-10-16 |
Data de Publicação | 2022-06-16 |
Classificação | 5.00/5 Total de 2 Avaliações |
Desenvolvedor | iSaad97 |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/iSaad97/Disney-Plus-Subtitle-Preference |
Idiomas Suportados | 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" ] } |