Disney Plus Subtitle Preference
Change the size and color of disney plus subtitle
Apa itu Disney Plus Subtitle Preference?
Disney Plus Subtitle Preference adalah ekstensi Chrome yang dikembangkan oleh iSaad97, dan fitur utamanya adalah "Change the size and color of disney plus subtitle".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Disney Plus Subtitle Preference
Unduh file ekstensi Disney Plus Subtitle Preference dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
A plugin to change the subtitle preference for Disney plus platform
Informasi Dasar Ekstensi
Nama | Disney Plus Subtitle Preference |
ID | ebggolcigohbpkbiphhblijpcagnmahn |
URL Resmi | https://chromewebstore.google.com/detail/disney-plus-subtitle-pref/ebggolcigohbpkbiphhblijpcagnmahn |
Deskripsi | Change the size and color of disney plus subtitle |
Ukuran File | 76.04 KB |
Jumlah Instalasi | 132 |
Versi Saat Ini | 0.0.2 |
Terakhir Diperbarui | 2022-10-16 |
Tanggal Publikasi | 2022-06-16 |
Penilaian | 5.00/5 Total 2 Penilaian |
Pengembang | iSaad97 |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/iSaad97/Disney-Plus-Subtitle-Preference |
Bahasa yang Didukung | 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" ] } |