Inspect and view changes in Twunchat 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
{
"manifest_version": 2,
"name": "Twunchat",
"version": "0.2resigned1",
"description": "Tired of chat on twitch? This plugin will blur and hide the chat from Twitch by default. You'll still be able to show blurred chat via native show/hide button. Just hover the chat with the cursor to unblur it.",
"icons": {
"48": "icons/icon-48.png"
},
"content_scripts": [
{
"matches": [
"*://*.twitch.tv/*"
],
"js": [
"twunchat.js"
]
}
],
"browser_specific_settings": {
"gecko": {
"id": "{8df2117a-3993-42f7-8433-f80df4208dfa}"
}
}
}