Inspect and view changes in Auto Translate for YouTube™ captions 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",
"manifest_version": 3,
"name": "Auto Translate for YouTube™ captions",
"description": "This extension will activate the auto-translate feature of YouTube™ automatically, even if it's not available in the menu.",
"version": "4.0.00",
"permissions": [
"storage",
"scripting",
"declarativeNetRequest"
],
"host_permissions": [
"https://*.youtube.com/*"
],
"background": {
"service_worker": "init.js"
},
"icons": {
"32": "icon_32.png",
"48": "icon_48.png",
"128": "icon_128.png"
},
"action": {
"default_icon": "icon_32.png",
"default_title": "Turn automatic subtitle translation on/off",
"default_popup": "popup.html"
}
}