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", "name": "__MSG_extensionName__", "description": "__MSG_extensionDescription__", "version": "32.2.3", "manifest_version": 3, "default_locale": "en", "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA0W6ibvug02yLLd1nX6pUS0mfd+BE7ONqoFKFP37IBPG+9+lGqFQcjt\/INjXmU9mB2HF0eKXIjyIZPl+459jfeniVxy47zErUyXDx+LldkMN7vDxiIgfWAadVm0WzkaSkw0Hv\/ah7qGoAufi7VsGQp9t0SDIMpKg2FRXi0EYZsJ9spcUq8ZR35qxXbNL40AbEef07hSySk26hOkDs\/Zzcy+LEBSpQT8LwNFDRe34J\/9\/RQQtgJdJnKQPVAqgMTYiACS12eeH3\/bxP0Dg\/hYltTWpArNt8leUxVC6wQWgksZRsKR1O4yJPBmXmhOH5kZTzQHQtU8zA6Aa6w6msfbUhSwIDAQAB", "homepage_url": "https:\/\/wasbb.com\/whatsapp-chat-translator", "icons": { "16": "logo\/logo_16.png", "32": "logo\/logo_32.png", "48": "logo\/logo_48.png", "128": "logo\/logo_128.png" }, "action": { "default_popup": "popup.html", "default_icon": "logo\/logo_48.png" }, "background": { "service_worker": "codes\/jss\/service.ac45e12c.js", "type": "module" }, "content_scripts": [ { "matches": [ "*:\/\/*.whatsapp.com\/*" ], "js": [ "codes\/jss\/csscript.ac45e12c.js" ], "run_at": "document_end", "all_frames": false, "css": [ "css\/content-script_2c5aee54.css" ] } ], "web_accessible_resources": [ { "resources": [ "logo\/*", "pictures\/*", "codes\/*", "font\/*" ], "matches": [ "<all_urls>" ] } ], "commands": { "input_translation": { "suggested_key": { "default": "Alt+A" }, "description": "Change Shortcut for Input Translation" } }, "host_permissions": [ "*:\/\/*.whatsapp.com\/*", "*:\/\/*.wasbb.com\/*" ], "permissions": [ "storage", "unlimitedStorage", "commands" ] }