WebExtension.net
WebExtension.net

Subtitle Reader for Disney+

View on Chrome Web Store
View Subtitle Reader for Disney+ Chrome Extension on Chrome Web Store
4.0 (1 ratings)

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Subtitle Reader for Disney+ 🎥🎧 Transform your viewing experience by turning subtitles into an immersive auditory adventure
Type
Extension
Users
28 users
1
Browser Extensions
View author page of Browser Extensions
Published
Published on December 20, 2023
Version 0.0.6
Manifest version
3
Updated
Updated on August 1, 2024
View on Chrome Web Store
View Subtitle Reader for Disney+ Chrome Extension on Chrome Web Store
lifestyle/entertainment
Extension Category

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "default_locale": "en",
    "version": "0.0.6",
    "manifest_version": 3,
    "permissions": [
        "tts",
        "storage"
    ],
    "host_permissions": [
        "*:\/\/*.disneyplus.com\/*"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": "disneyRead36.png"
    },
    "content_scripts": [
        {
            "js": [
                "options.js",
                "content.js"
            ],
            "matches": [
                "*:\/\/*.disneyplus.com\/*"
            ]
        }
    ],
    "icons": {
        "36": "disneyRead36.png",
        "128": "disneyRead128.png"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "background": {
        "service_worker": "background.js"
    }
}
WebExtension.net

Track and analyze Chrome Web Store extensions with comprehensive analytics and insights.

© 2024 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top