Inspect and view changes in Slack™ Translate source codes across current and past versions
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"update_url": "https://clients2.google.com/service/update2/crx",
"icons": {
"16": "icon16.plasmo.6c567d50.png",
"32": "icon32.plasmo.76b92899.png",
"48": "icon48.plasmo.aced7582.png",
"64": "icon64.plasmo.8bb5e6e0.png",
"128": "icon128.plasmo.3c1ed2d2.png"
},
"manifest_version": 3,
"action": {
"default_icon": {
"16": "icon16.plasmo.6c567d50.png",
"32": "icon32.plasmo.76b92899.png",
"48": "icon48.plasmo.aced7582.png",
"64": "icon64.plasmo.8bb5e6e0.png",
"128": "icon128.plasmo.3c1ed2d2.png"
},
"default_popup": "popup.html"
},
"version": "1.3.5",
"author": "Plasmo Corp. <foss@plasmo.com>",
"name": "__MSG_extensionName__",
"description": "__MSG_extensionDescription__",
"background": {
"service_worker": "static/background/index.js"
},
"options_ui": {
"page": "options.html",
"open_in_tab": true
},
"permissions": [
"storage",
"tabs"
],
"content_scripts": [
{
"matches": [
"https://app.slack.com/*"
],
"js": [
"InputTranslator.c7546567.js"
],
"css": []
},
{
"matches": [
"https://app.slack.com/*"
],
"js": [
"Translator.7f0b6bc1.js"
],
"css": [
"Translator.9aaa3034.css"
]
},
{
"matches": [
"https://app.slack.com/*"
],
"js": [
"TranslationButton.8010a5f4.js"
],
"css": []
}
],
"default_locale": "en",
"host_permissions": [
"*://translate.google.com/*"
],
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAyiKvh7XY7pZDOtN2YskyWf6a+kLUggJyqGisLzLQoibxhScPG9nJnNC8Eiw2/xSg61/TRWhctf3r2iGFHpr3TgMhLT811PnVdv3T9HsM6vZT5owZuKDHPOBt07R2clDFueE17DZqsuEpb8rS17keYGFUfcY1/abaX9Jp/7xTTqOqkfmg27VA/w6EKsDEqzkBDBliUWzwsPqMDsm+FfQhKTn7GsR5o9QWk+hYUei2PJGLKWHiKSnnwYlQF+25MSUEpoQbHD/I5+iAN++wCVd3DrC90DUc5H5Iekh4GyFFpZV59IYHAILquzm0X0bj5IRWkoWMy4V/tdIRk69afA6whQIDAQAB",
"web_accessible_resources": [
{
"matches": [
"https://app.slack.com/*"
],
"resources": [
"browser.4ceded9e.js",
"InputTranslator.95bad065.css"
]
},
{
"matches": [
"https://app.slack.com/*"
],
"resources": [
"browser.4ceded9e.js",
"InputTranslator.95bad065.css"
]
},
{
"matches": [
"https://app.slack.com/*"
],
"resources": [
"browser.4ceded9e.js",
"InputTranslator.95bad065.css"
]
}
]
}