WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Apple TV SubStyler : customize subtitles

Apple TV SubStyler : customize subtitles

View on Chrome Web Store
View Apple TV SubStyler : customize subtitles Chrome Extension on Chrome Web Store
Add to bookmarks
4.5 (8 ratings)
2 new ratings
7 views
This extension has been viewed 7 times
0 downloads
This extension has been downloaded 0 times

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

Extension to customize captions and subtitles on Apple TV. Change text size, font, color and add background.
Type
Extension
Users
686 users
1
Streaming Extensions
View author page of Streaming Extensions
Published
Published on January 12, 2023
Version 1.0.12
Manifest version
3
Updated
Updated on June 3, 2025
lifestyle/fun
Extension Category
View on Chrome Web Store
View Apple TV SubStyler : customize subtitles Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Apple TV SubStyler : customize subtitles",
    "description": "Extension to customize captions and subtitles on Apple TV. Change text size, font, color and add background.",
    "version": "1.0.12",
    "manifest_version": 3,
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "*:\/\/*.tv.apple.com\/*"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": "Apple128SubStyler.png"
    },
    "content_scripts": [
        {
            "js": [
                "options.js",
                "engine.js",
                "appletv.min.js"
            ],
            "matches": [
                "*:\/\/*.tv.apple.com\/*"
            ]
        }
    ],
    "icons": {
        "36": "Apple36SubStyler.png",
        "128": "Apple128SubStyler.png"
    },
    "background": {
        "service_worker": "background.js"
    }
}
© 2025 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