WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
SkyShowtime SubStyler: Customize subtitles

SkyShowtime SubStyler: Customize subtitles

View on Chrome Web Store
View SkyShowtime SubStyler: Customize subtitles Chrome Extension on Chrome Web Store
Add to bookmarks
0.0 (0 ratings)
25 views
This extension has been viewed 25 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 SkyShowtime. Change text size, font, color and add background.
Type
Extension
Users
5 users
1
SVODExtensions
View author page of SVODExtensions
Published
Published on June 7, 2025
Version 0.0.3
Manifest version
3
Updated
Updated on November 13, 2025
lifestyle/entertainment
Extension Category
View on Chrome Web Store
View SkyShowtime 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": "__MSG_name__",
    "description": "__MSG_description__",
    "default_locale": "en",
    "version": "0.0.3",
    "manifest_version": 3,
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "https:\/\/*\/*"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": "SubStyler48Stan.png"
    },
    "content_scripts": [
        {
            "js": [
                "options.js",
                "fonts.js",
                "content.js"
            ],
            "css": [
                "fonts.css"
            ],
            "matches": [
                "*:\/\/*.skyshowtime.com\/*"
            ]
        },
        {
            "js": [
                "options.js",
                "contentAll.js"
            ],
            "css": [
                "contentAll.css"
            ],
            "matches": [
                "https:\/\/*\/*"
            ]
        }
    ],
    "icons": {
        "48": "SubStyler48Stan.png",
        "128": "SubStyler128Stan.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "SubStyler48Stan.png"
            ],
            "matches": [
                "https:\/\/*\/*"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    }
}
© 2026 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