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": "__MSG_general_extensionName__", "version": "5.4.1", "manifest_version": 3, "description": "__MSG_general_extensionDescription__", "default_locale": "en", "action": { "default title": "Open" }, "background": { "service_worker": "service_worker.js", "type": "module" }, "host_permissions": [ "https:\/\/designer.tools\/" ], "permissions": [ "scripting", "activeTab", "storage", "webNavigation" ], "web_accessible_resources": [ { "resources": [ "media\/*", "assets\/*" ], "matches": [ "<all_urls>" ] } ], "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" } }