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", "manifest_version": 2, "name": "Datadog True TV Mode By Integromat", "short_name": "DTDG TV", "version": "1.0.1", "description": "Enter the true TV mode on the Datadog monitoring.", "author": "Dominik Kadera", "minimum_chrome_version": "72.0", "devtools_page": "index.html", "permissions": [ "https:\/\/app.datadoghq.com\/dashboard\/*" ], "content_scripts": [ { "matches": [ "https:\/\/app.datadoghq.com\/dashboard\/*" ], "js": [ "index.js" ] } ], "icons": { "16": "icons\/16.png", "32": "icons\/32.png", "48": "icons\/48.png", "128": "icons\/128.png", "1024": "icons\/1024.png" } }