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": "Don't look X.com", "version": "1.0.0", "description": "You don't have to look X.com.", "permissions": [ "tabs", "scripting" ], "background": { "service_worker": "background.js" }, "action": { "default_icon": { "16": "img\/16.png", "48": "img\/48.png", "128": "img\/128.png" } }, "icons": { "16": "img\/16.png", "48": "img\/48.png", "128": "img\/128.png" }, "host_permissions": [ "https:\/\/x.com\/*" ] }