Disney Plus Subtitle Preference
Change the size and color of disney plus subtitle
Vad är Disney Plus Subtitle Preference?
Disney Plus Subtitle Preference är en Chrome-tillägg utvecklad av iSaad97, och dess huvudfunktion är "Change the size and color of disney plus subtitle".
Tilläggsskärmbilder
Ladda ner Disney Plus Subtitle Preference-förlängningens CRX-fil
Ladda ner Disney Plus Subtitle Preference-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
A plugin to change the subtitle preference for Disney plus platform
Grundläggande Information om Tillägg
Namn | Disney Plus Subtitle Preference |
ID | ebggolcigohbpkbiphhblijpcagnmahn |
Officiell webbadress | https://chromewebstore.google.com/detail/disney-plus-subtitle-pref/ebggolcigohbpkbiphhblijpcagnmahn |
Beskrivning | Change the size and color of disney plus subtitle |
Filstorlek | 76.04 KB |
Antal Installationer | 132 |
Aktuell Version | 0.0.2 |
Senast Uppdaterad | 2022-10-16 |
Publiceringsdatum | 2022-06-16 |
Betyg | 5.00/5 Totalt 2 Betyg |
Utvecklare | iSaad97 |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://github.com/iSaad97/Disney-Plus-Subtitle-Preference |
Stödda Språk | 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" ] } |