Inspect and view changes in Twitch Buffering Fix 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
{
"author": "vixing",
"background": {
"scripts": [
"assets/scripts/bg.js"
]
},
"browser_action": {
"default_icon": "app/icons/icon48.png",
"default_title": "Twitch Buffering Fix",
"default_popup": "popup.html"
},
"description": "Lets you switch Twitch server to avoid buffering.",
"icons": {
"16": "app/icons/icon16.png",
"48": "app/icons/icon48.png",
"128": "app/icons/icon128.png"
},
"manifest_version": 2,
"name": "Twitch Buffering Fix",
"permissions": [
"contextMenus",
"webRequest",
"webRequestBlocking",
"http://*.hls.ttvnw.net/*",
"http://*.hls.twitch.tv/*"
],
"version": "1.0.6.3",
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}