Inspect and view changes in Whoser's Queue 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": "Whoser's Queue",
"version": "1.0",
"description": "Tells you if you're in winner's or loser's queue on op.gg multisearch.",
"icons": {
"48": "icons/league.png"
},
"content_scripts": [
{
"matches": [
"*://*.op.gg/multi/*"
],
"js": [
"whosers-queue.js"
]
}
]
}