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", "manifest_version": 3, "name": "Print Edit WE", "version": "31.3", "description": "Edit web pages prior to printing. Delete, hide and format elements. Edit text. Remove adverts and sidebars.", "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "64": "icon64.png", "128": "icon128-96.png" }, "minimum_chrome_version": "88", "permissions": [ "tabs", "webNavigation", "declarativeNetRequest", "pageCapture", "contextMenus", "scripting", "notifications", "storage" ], "host_permissions": [ "<all_urls>" ], "action": { "default_icon": { "16": "icon16.png" }, "default_title": "Print Edit WE" }, "background": { "service_worker": "background.js" }, "options_ui": { "page": "options.html", "open_in_tab": true }, "commands": { "_execute_action": { "description": "Print Edit", "suggested_key": { "default": "Alt+P" } }, "printpreview": { "description": "Print Preview", "suggested_key": { "default": "Alt+Shift+P" } } } }