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 Search Latest", "version": "3.0.0.38", "version_name": "0.0.0.38", "description": "__MSG_extDescription__", "default_locale": "en", "icons": { "128": "\/icon\/icon_128.png" }, "content_scripts": [ { "matches": [ "https:\/\/x.com\/search?q=*since*until*", "https:\/\/x.com\/search?q=*until*since*" ], "exclude_globs": [ "*&extension=x_search_latest" ], "js": [ "\/js\/mainStart.js" ], "run_at": "document_start" }, { "matches": [ "https:\/\/x.com\/search?q=*since*until*", "https:\/\/x.com\/search?q=*until*since*" ], "include_globs": [ "*&extension=x_search_latest" ], "js": [ "\/js\/mainEnd.js" ], "run_at": "document_start" } ], "background": { "service_worker": "service_worker.js" }, "permissions": [ "bookmarks", "history", "storage", "tabs" ] }