Inspect and view changes in SecondSub - Dual Subtitles for Netflix, Disney+, Coupang Play and TVING 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,
"default_locale": "en",
"name": "__MSG_extensionName__",
"description": "__MSG_extensionDescription__",
"version": "1.6.5",
"side_panel": {
"default_path": "app/popup.html"
},
"action": {
"default_title": "Click to open panel",
"default_icon": "app/icon.png"
},
"icons": {
"128": "icons/icon128.png"
},
"permissions": [
"storage",
"tabs",
"sidePanel"
],
"background": {
"service_worker": "service-worker-loader.js",
"type": "module"
},
"content_scripts": [
{
"js": [
"assets/extend.js-loader-B19GepBg.js",
"assets/util.js-loader-BJDijE_0.js",
"assets/content.js-loader-Deqf0dRx.js"
],
"matches": [
"https://*.netflix.com/*",
"https://*.coupangplay.com/*",
"https://*.disneyplus.com/*",
"https://*.tving.com/*"
]
}
],
"web_accessible_resources": [
{
"matches": [
"https://*.coupangplay.com/*",
"https://*.disneyplus.com/*",
"https://*.netflix.com/*",
"https://*.tving.com/*",
"https://secondsub.quickka.site/*"
],
"resources": [
"inject.js"
],
"use_dynamic_url": false
},
{
"matches": [
"https://*.coupangplay.com/*",
"https://*.disneyplus.com/*",
"https://*.netflix.com/*",
"https://*.tving.com/*"
],
"resources": [
"assets/extend.esm-ebRmJTKQ.js",
"assets/extend.js-PsN5MIJ_.js",
"assets/util.js-Dk0n2zP8.js",
"assets/content.js-BeCJdbco.js"
],
"use_dynamic_url": false
}
]
}