Inspect and view changes in +Sub 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",
"name": "+Sub",
"version": "6.5.2",
"manifest_version": 3,
"description": "Load subtitle to a HTML5 video.",
"author": "Stefan Breitenstein",
"icons": {
"16": "res/icons/logo16.png",
"48": "res/icons/logo48.png",
"128": "res/icons/logo128.png"
},
"action": {
"default_icon": {
"16": "res/icons/logo16.png"
}
},
"background": {
"service_worker": "background.js"
},
"minimum_chrome_version": "88",
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'"
},
"host_permissions": [
"https://*/"
],
"permissions": [
"webNavigation",
"scripting",
"storage",
"activeTab"
]
}