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": "Timeline - Your X (Twitter) History", "manifest_version": 3, "version": "1.3", "icons": { "16": ".\/icon\/android-icon-36x36.png", "48": ".\/icon\/android-icon-48x48.png", "96": ".\/icon\/android-icon-96x96.png", "128": ".\/icon\/icon-128.png" }, "options_page": "options.html", "permissions": [ "storage" ], "content_scripts": [ { "matches": [ "*:\/\/*.twitter.com\/*", "*:\/\/*.x.com\/*" ], "all_frames": true, "js": [ "content.bundle.cjs.js" ] } ], "background": { "service_worker": "background.js" }, "web_accessible_resources": [ { "resources": [ "icon\/ygeeker.png" ], "matches": [ "<all_urls>" ] } ], "action": { "default_icon": { "16": ".\/icon\/android-icon-36x36.png", "48": ".\/icon\/android-icon-48x48.png" } } }