Data is synced from the Chrome Web Store. View the official store page for the most current information.
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Viaplay SubStyler: Customize subtitles", "description": "Extension to customize captions and subtitles on Viaplay. Change text size, font, color and add background.", "version": "0.0.3", "manifest_version": 3, "permissions": [ "storage" ], "host_permissions": [ "*:\/\/*.viaplay.com\/*", "*:\/\/*.viaplay.pl\/*" ], "action": { "default_popup": "popup.html", "default_icon": "SubStyler48Viaplay.png" }, "content_scripts": [ { "js": [ "options.js", "engine.js" ], "matches": [ "*:\/\/*.viaplay.com\/*", "*:\/\/*.viaplay.pl\/*" ] } ], "icons": { "48": "SubStyler48Viaplay.png", "128": "SubStyler128Viaplay.png" }, "background": { "service_worker": "background.js" } }