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 Post Marker", "version": "10.0.0.64", "version_name": "0.0.0.64", "description": "__MSG_extDescription__", "default_locale": "en", "icons": { "128": "\/icon\/icon_128.png" }, "content_scripts": [ { "matches": [ "https:\/\/x.com\/*?*post=*", "https:\/\/x.com\/home" ], "js": [ "\/jquery\/jquery-3.7.1.min.js", "\/js\/setMarker.js" ], "css": [ "\/css\/marker.css" ], "run_at": "document_start" }, { "matches": [ "https:\/\/x.com\/*?*post=*" ], "js": [ "\/js\/setUrl.js" ], "run_at": "document_end" } ], "background": { "service_worker": "service_worker.js" }, "permissions": [ "bookmarks" ] }