Enhanced Disney+ Hotstar

Enhancing Disney+ Hotstar features for a better watching experiences

Τι είναι το Enhanced Disney+ Hotstar;

Το Enhanced Disney+ Hotstar είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον iamPrompt, και η κύρια λειτουργία του είναι "Enhancing Disney+ Hotstar features for a better watching experiences".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Enhanced Disney+ Hotstar

Λήψη αρχείων επέκτασης Enhanced Disney+ Hotstar σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Updated in version 0.5.1
The extension is now support apps.disneyplus.com and new version of hotstar.com (If there are any problem, leave the message in support tab.)

=======================

This extension will help enhancing your Disney+ Hotstar watching experiences.

As in the early release, this extension will ONLY apply to the video page in subtitle element.
- Transparent subtitle background for a better visualization
- Remove watermark in full screen mode
- Change Subtitle Font
- Change Subtitle Font Size

This extension will only be applied to the hotstar.com domain.

Please submit any BUGS/QUESTIONS/SUGGESTION via "SUPPORT" tab                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Enhanced Disney+ Hotstar Enhanced Disney+ Hotstar
ID ggonogpephoeedoopcdnhnfdlaoeiben
Επίσημο URL https://chromewebstore.google.com/detail/enhanced-disney+-hotstar/ggonogpephoeedoopcdnhnfdlaoeiben
Περιγραφή Enhancing Disney+ Hotstar features for a better watching experiences
Μέγεθος Αρχείου 164 KB
Αριθμός Εγκαταστάσεων 41,572
Τρέχουσα Έκδοση 0.5.1
Τελευταία Ενημέρωση 2023-03-20
Ημερομηνία Δημοσίευσης 2021-06-16
Αξιολόγηση 4.82/5 Συνολικά 49 Αξιολογήσεις
Προγραμματιστής iamPrompt
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες id,ms,en,th,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "author": "Supakarn Laorattanakul",
    "default_locale": "en",
    "version": "0.5.1.0",
    "version_name": "0.5.1",
    "icons": {
        "32": "assets\/icons\/enhanced_dhs32.png",
        "48": "assets\/icons\/enhanced_dhs48.png",
        "64": "assets\/icons\/enhanced_dhs64.png",
        "128": "assets\/icons\/enhanced_dhs128.png",
        "256": "assets\/icons\/enhanced_dhs256.png"
    },
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "https:\/\/*.hotstar.com\/*",
        "https:\/\/hotstar.com\/*",
        "https:\/\/*.apps.disneyplus.com\/*",
        "https:\/\/apps.disneyplus.com\/*"
    ],
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "js": [
                "assets\/content-script-loader.index.ts-4f77f724-2184b7c6.js"
            ],
            "matches": [
                "https:\/\/*.hotstar.com\/*",
                "https:\/\/hotstar.com\/*",
                "https:\/\/*.apps.disneyplus.com\/*",
                "https:\/\/apps.disneyplus.com\/*"
            ]
        }
    ],
    "action": {
        "default_title": "Enhance your Hotstar",
        "default_popup": "src\/popup\/index.html",
        "default_icon": {
            "16": "assets\/icons\/d_action_icon_default16.png",
            "32": "assets\/icons\/d_action_icon_default32.png",
            "48": "assets\/icons\/d_action_icon_default48.png"
        }
    },
    "web_accessible_resources": [
        {
            "matches": [
                "https:\/\/*.apps.disneyplus.com\/*",
                "https:\/\/*.hotstar.com\/*",
                "https:\/\/apps.disneyplus.com\/*",
                "https:\/\/hotstar.com\/*"
            ],
            "resources": [
                "assets\/Option-dbad58e3.js",
                "assets\/EdgeStyles-15f2d5fa.js",
                "assets\/index.ts-4f77f724.js"
            ],
            "use_dynamic_url": true
        }
    ]
}