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 Bot Remover", "version": "2025.8.1", "description": "Automates removal of X (Twitter) Bot followers from your own account. Uses adjustable rules to identify bots", "permissions": [ "activeTab", "storage" ], "background": { "service_worker": "service-worker-loader.js", "type": "module" }, "action": { "default_popup": "src\/pages\/popup\/index.html", "default_icon": { "16": "images\/icon16.png", "32": "images\/icon-32.png", "48": "images\/icon48.png", "128": "images\/icon128.png" } }, "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "options_ui": { "page": "src\/pages\/options\/index.html", "open_in_tab": true }, "content_scripts": [ { "js": [ "assets\/index.js-D9p7u1WL.js" ], "matches": [ "https:\/\/x.com\/*", "https:\/\/twitter.com\/*" ] } ], "web_accessible_resources": [ { "matches": [ "https:\/\/twitter.com\/*", "https:\/\/x.com\/*" ], "resources": [ "images\/*", "assets\/index.js-D9p7u1WL.js" ], "use_dynamic_url": false } ] }