Inspect and view changes in Unmatched.ext 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,
"name": "Unmatched.ext",
"version": "1.04",
"description": "Enhances the unmatched.gg website with additional features",
"permissions": [
"storage"
],
"content_scripts": [
{
"matches": [
"*://*.unmatched.gg/*"
],
"css": [
"src/styles/navbar.css",
"src/styles/profilecard.css"
],
"js": [
"src/content/toast.js",
"src/content/accountManager.js",
"src/content/utils.js",
"src/content/profilecard.js",
"src/content/modifier.js",
"src/content/generator.js",
"src/content/adblocker.js",
"src/content/autoaccept.js",
"src/content/menu.js",
"src/content/navbar.js"
]
}
]
}