Data is synced from the Chrome Web Store. View the official store page for the most current information.
This extension is no longer available on the Chrome Web Store. We noticed it was gone on May 22, 2025.
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ParsePage.com: Web Toolkit ", "description": "ParsePage.com provides web analysis tools, SEO insights, and content extraction from your browser's side panel.", "version": "1.2.2", "manifest_version": 3, "icons": { "16": "img\/logo-16.png", "48": "img\/logo-48.png", "96": "img\/logo-96.png", "128": "img\/logo-128.png" }, "action": { "default_popup": "popup.html", "default_icon": "img\/logo-96.png" }, "background": { "service_worker": "service-worker-loader.js", "type": "module" }, "content_scripts": [ { "js": [ "assets\/index.js-loader-bf58bd14.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "css": [ "assets\/utils-c652a0f7.css", "assets\/index-0b5d2b5a.css" ] } ], "side_panel": { "default_path": "popup.html#\/sidepanel" }, "web_accessible_resources": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "resources": [ "*", "assets\/chunk-59e49cc0.js", "assets\/chunk-41eaa0b4.js", "assets\/chunk-57139b23.js" ], "use_dynamic_url": false } ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "permissions": [ "storage", "sidePanel", "contextMenus", "tabs", "unlimitedStorage", "webNavigation" ] }