Viaplay Subtitles

Makes it possible to change the background and text color of Viaplay's subtitles to whatever color of your liking.

What is Viaplay Subtitles?

Viaplay Subtitles is a Chrome extension developed by Daniel, and its main feature is "Makes it possible to change the background and text color of Viaplay's subtitles to whatever color of your liking.".

Extension Screenshots

screenshot

Download Viaplay Subtitles Extension CRX File

Download Viaplay Subtitles extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Makes it possible to change the background and text color of Viaplay's subtitles to whatever color of your liking.

This in turn makes the subtitles readable whenever credits are shown in the subtitle area of the media player. When the extension is installed the default color will be set to black with no transparency whatsoever.

In order to change the colors, press the Viaplay icon in the right hand corner of your browser.                    

Extension Basic Information

Name Viaplay Subtitles Viaplay Subtitles
ID igolleadgmkcpideghiegkgfnfbodjll
Official URL https://chromewebstore.google.com/detail/viaplay-subtitles/igolleadgmkcpideghiegkgfnfbodjll
Description Makes it possible to change the background and text color of Viaplay's subtitles to whatever color of your liking.
File Size 2.58 MB
Installation Count 1,292
Current Version 1.3.3
Last Updated 2019-12-06
Publish Date 2019-12-06
Rating 4.17/5 Total 6 Ratings
Developer Daniel
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Viaplay Subtitles",
    "short_name": "VS",
    "version": "1.3.3",
    "description": "Makes it possible to change the background and text color of Viaplay's subtitles to whatever color of your liking.",
    "icons": {
        "128": "dest\/img\/icon128.png"
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "dest\/js\/background.min.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*"
            ],
            "include_globs": [
                "https:\/\/viaplay.*\/*"
            ],
            "css": [
                "dest\/css\/style.min.css"
            ],
            "js": [
                "dest\/js\/vanilla-picker.min.js",
                "dest\/js\/content.min.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "storage",
        "tabs"
    ]
}