Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Pixels", "version": "1.0.2", "manifest_version": 3, "icons": { "16": "16.png", "48": "48.png", "128": "128.png" }, "background": { "service_worker": "event_h.js" }, "permissions": [ "tabs", "scripting", "storage" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "action": { "default_title": "Pixels: (Clk) Blur\/UnBlur Website", "default_icon": "128.png" }, "web_accessible_resources": [ { "resources": [ "*.png" ], "matches": [ "<all_urls>" ] } ] }