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": 3, "name": "X Timeout Redirect", "version": "1.0", "description": "Closes x after 15 minutes and opens LeetCode.", "permissions": [ "tabs", "alarms" ], "host_permissions": [ "https:\/\/x.com\/*", "https:\/\/leetcode.com\/*", "https:\/\/www.leetcode.com\/*" ], "background": { "service_worker": "background.js" }, "icons": { "48": "icons\/icon48.png", "128": "icons\/icon128.png" } }