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": "Auto Like Twitter \/ X Tool", "version": "0.0.2", "description": "Extension to help you like more on X", "options_page": "src\/options\/index.html", "background": { "service_worker": "src\/background\/index.js" }, "action": { "default_popup": "src\/popup\/index.html", "default_icon": "icon-34.png" }, "icons": { "128": "icon-128.png" }, "content_scripts": [ { "matches": [ "https:\/\/twitter.com\/*", "https:\/\/x.com\/*" ], "js": [ "src\/content\/index.js" ] } ], "permissions": [ "activeTab", "storage" ], "web_accessible_resources": [ { "resources": [ "icon-128.png", "icon-34.png" ], "matches": [ "https:\/\/twitter.com\/*", "https:\/\/x.com\/*" ] } ] }