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_qtName__",
"description": "__MSG_qtDes__",
"version": "5.1.9",
"manifest_version": 3,
"default_locale": "en",
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA2JLwhMo1qqUml4OycJ65fh6chq5MUGb9al3RR60JxX5yOW0a4FYizr+j5lLWhPtREKgXyyMFamH9yDUYk\/itFOz8QkOXi8K+46\/O1OrqLSHWWvklc8\/addVY5lH3JhuAgeyPIHNdmDE+AAL7Tv+YeOOS9VHVDHDVdf94qB+M\/DwkL2UCaPSGWFhWtoDByE9bjW7UIkvgORX9i8rk7M+My2SoQLY4RxW7XIQxIsOuPNRAivn9v3In83mdiEF6QVbFpVwjIb02BRguckY\/YFRJmT0pFEUktusC6yHVXIQIIypEtfdq8KdnnNiQim4DUif35ARjjt6zyJnYEKf\/Vbf7BwIDAQAB",
"homepage_url": "https:\/\/wppme.com\/chat-translator-for-whatsapp",
"icons": {
"16": "imgs\/icon16.png",
"32": "imgs\/icon32.png",
"48": "imgs\/icon48.png",
"128": "imgs\/icon128.png"
},
"action": {
"default_popup": "popup.html",
"default_icon": "imgs\/icon48.png"
},
"commands": {
"translate-input-foo": {
"suggested_key": {
"default": "Alt+T"
},
"description": "__MSG_commondsDesc__"
}
},
"background": {
"service_worker": "ts\/a\/bs.fc0bebac.js",
"type": "module"
},
"content_scripts": [
{
"matches": [
"*:\/\/web.whatsapp.com\/*"
],
"js": [
"ts\/b\/ssc.fc0bebac.js"
],
"run_at": "document_end",
"all_frames": false,
"css": [
"css\/content-script_a84c6afe.css"
]
}
],
"web_accessible_resources": [
{
"resources": [
"imgs\/*",
"photos\/*",
"ts\/*"
],
"matches": [
"<all_urls>"
]
}
],
"permissions": [
"storage",
"unlimitedStorage"
],
"host_permissions": [
"*:\/\/*.whatsapp.com\/*",
"*:\/\/*.wppme.com\/*"
]
}