Inspect and view changes in Hide Twitch DisclosureTool 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
{
"name": "Hide Twitch DisclosureTool",
"version": "1.0.0",
"manifest_version": 3,
"description": "Hides the Content-Warning-Overlay (\"Intended for certain audiences\") on Twitch.tv",
"icons": {
"16": "icons/icon_16.png",
"32": "icons/icon_32.png",
"48": "icons/icon_48.png",
"128": "icons/icon_128.png"
},
"host_permissions": [
"https://www.twitch.tv/*"
],
"content_scripts": [
{
"matches": [
"https://*.twitch.tv/*"
],
"js": [
"app.js"
]
}
],
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}