Data is synced from the Chrome Web Store. View the official store page for the most current information.
This extension is no longer available on the Chrome Web Store. We noticed it was gone on Aug 05, 2025.
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Tilt Toolbar V2", "version": "2.0", "description": "Advanced Twitter monitoring and analysis tool", "homepage_url": "https:\/\/tilt.wtf", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "background": { "service_worker": "service-worker.js", "type": "module" }, "permissions": [ "storage", "activeTab", "scripting", "notifications", "webRequest" ], "host_permissions": [ "https:\/\/twitter.com\/*", "https:\/\/x.com\/*", "https:\/\/api.ape.pro\/*", "https:\/\/api.twitter.com\/*", "https:\/\/lwlcqpwjnntgpjwkwzoo.supabase.co\/*", "https:\/\/alphafinder.tilt.wtf\/*" ], "content_scripts": [ { "matches": [ "https:\/\/twitter.com\/*", "https:\/\/x.com\/*" ], "js": [ "content.js" ], "run_at": "document_end" }, { "matches": [ "https:\/\/www.tilt.wtf\/*" ], "js": [ "scripts\/tilt.js" ], "run_at": "document_start" } ], "web_accessible_resources": [ { "resources": [ "oauth-callback.html", "oauth-callback.js" ], "matches": [ "https:\/\/twitter.com\/*", "https:\/\/x.com\/*" ] } ], "action": { "default_icon": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_title": "Tilt Watcher", "default_popup": "popup.html" }, "options_ui": { "open_in_tab": false } }